AfxParseURLEx
Visual Studio 2008
This global function is the extended version of AfxParseURL and is used in CInternetSession::OpenURL.
BOOL AFXAPI AfxParseURLEx( LPCTSTR pstrURL, DWORD& dwServiceType, CString& strServer, CString& strObject, INTERNET_PORT& nPort, CString& strUsername, CString& strPassword, DWORD dwFlags = 0 );
Note: