#ifndef __PARSEURL_H__991103 #define __PARSEURL_H__991103 #include #ifndef _WININET_ #include #endif bool ParseURLEx(LPCTSTR pstrURL, DWORD& dwServiceType, string& strServer, string& strObject, INTERNET_PORT& nPort, string& strUsername, string& strPassword, DWORD dwFlags = 0); bool ParseURL(LPCTSTR pstrURL, DWORD& dwServiceType, string& strServer, string& strObject, INTERNET_PORT& nPort); #endif //__PARSEURL_H__991103