Searched refs:INTERNET_PORT (Results 1 – 2 of 2) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | winhttp.h | 38 typedef WORD INTERNET_PORT; typedef 39 typedef INTERNET_PORT *LPINTERNET_PORT; 471 INTERNET_PORT nPort; 562 HINTERNET WINAPI WinHttpConnect(HINTERNET,LPCWSTR,INTERNET_PORT,DWORD);
|
D | wininet.h | 32 typedef WORD INTERNET_PORT; typedef 33 typedef INTERNET_PORT *LPINTERNET_PORT; 240 INTERNET_PORT nPort; 258 INTERNET_PORT nPort; 373 …INTERNETAPI_(HINTERNET) InternetConnectA(HINTERNET hInternet,LPCSTR lpszServerName,INTERNET_PORT n… 374 …INTERNETAPI_(HINTERNET) InternetConnectW(HINTERNET hInternet,LPCWSTR lpszServerName,INTERNET_PORT … 932 …BOOLAPI GopherCreateLocatorA(LPCSTR lpszHost,INTERNET_PORT nServerPort,LPCSTR lpszDisplayString,LP… 933 …BOOLAPI GopherCreateLocatorW(LPCWSTR lpszHost,INTERNET_PORT nServerPort,LPCWSTR lpszDisplayString,…
|