ParseUrl method
Parses a URL.
Syntax
HRESULT retVal = object.ParseUrl(pwzUrl, ParseAction, dwParseFlags, pwzResult, cchResult, pcchResult, dwReserved);
Parameters
pwzUrl [in]
Type: LPCWSTRA string value that contains the URL to parse.
ParseAction [in]
Type: PARSEACTIONA PARSEACTION value that determines the information to parse from the URL.
dwParseFlags [in]
Type: DWORDReserved. Must be set to 0.
pwzResult [out]
Type: LPWSTRA string value that contains the information parsed from the URL.
cchResult [in]
Type: DWORDAn unsigned long integer value that contains the size of the buffer.
pcchResult [out]
Type: DWORDA pointer to an unsigned long integer value that contains the size of the information stored in the buffer.
dwReserved [in]
Type: DWORDReserved. Must be set to 0.
Remarks
This method is invoked by CoInternetParseUrl for each protocol handler. See CoInternetParseUrl for more information.