OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERNET_PORT
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winhttp.h
38
typedef WORD
INTERNET_PORT
;
39
typedef
INTERNET_PORT
*LPINTERNET_PORT;
462
INTERNET_PORT
nPort;
553
HINTERNET WINAPI WinHttpConnect(HINTERNET,LPCWSTR,
INTERNET_PORT
,DWORD);
wininet.h
32
typedef WORD
INTERNET_PORT
;
33
typedef
INTERNET_PORT
*LPINTERNET_PORT;
240
INTERNET_PORT
nPort;
258
INTERNET_PORT
nPort;
373
INTERNETAPI_(HINTERNET) InternetConnectA(HINTERNET hInternet,LPCSTR lpszServerName,
INTERNET_PORT
nServerPort,LPCSTR lpszUserName,LPCSTR lpszPassword,DWORD dwService,DWORD dwFlags,DWORD_PTR dwContext);
374
INTERNETAPI_(HINTERNET) InternetConnectW(HINTERNET hInternet,LPCWSTR lpszServerName,
INTERNET_PORT
nServerPort,LPCWSTR lpszUserName,LPCWSTR lpszPassword,DWORD dwService,DWORD dwFlags,DWORD_PTR dwContext);
[
all
...]
Completed in 34 milliseconds