Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this method to decode and parse the URL.
BOOL CrackUrl(
LPCTSTR lpszUrl,
DWORD dwFlags = 0
) throw( );
Parameters
lpszUrl
The URL.dwFlags
Specify ATL_URL_DECODE or ATL_URL_ESCAPE to convert all escape characters in lpszUrl to their real values after parsing. (Before Visual C++ 2005, ATL_URL_DECODE converted all escape characters before parsing.)
Return Value
Returns TRUE on success, FALSE on failure.
Requirements
Header: atlutil.h