ParseURLA (SHLWAPI.1)
HRESULT ParseURLA ( LPCSTR x, PARSEDURLA* y )
Parse a Url into its constituent parts.
x | [In] | Url to parse. |
y | [Out] | Undocumented structure holding the parsed information. |
Success: S_OK. y contains the parsed Url details.
Failure: An HRESULT error code.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c
Debug channel "shell".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.