OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LPURL_COMPONENTS
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/win32/
gwinhttpvfs.h
61
BOOL (WINAPI *pWinHttpCrackUrl) (LPCWSTR,DWORD,DWORD,
LPURL_COMPONENTS
);
63
BOOL (WINAPI *pWinHttpCreateUrl) (
LPURL_COMPONENTS
,DWORD,LPWSTR,LPDWORD);
winhttp.h
133
} URL_COMPONENTS, *
LPURL_COMPONENTS
;
135
typedef
LPURL_COMPONENTS
LPURL_COMPONENTSW;
200
BOOL WINAPI WinHttpCrackUrl(LPCWSTR,DWORD,DWORD,
LPURL_COMPONENTS
);
201
BOOL WINAPI WinHttpCreateUrl(
LPURL_COMPONENTS
,DWORD,LPWSTR,LPDWORD);
gwinhttpvfs.c
54
funcs.pWinHttpCrackUrl = (BOOL (WINAPI *) (LPCWSTR,DWORD,DWORD,
LPURL_COMPONENTS
)) GetProcAddress (winhttp, "WinHttpCrackUrl");
56
funcs.pWinHttpCreateUrl = (BOOL (WINAPI *) (
LPURL_COMPONENTS
,DWORD,LPWSTR,LPDWORD)) GetProcAddress (winhttp, "WinHttpCreateUrl");
Completed in 830 milliseconds