Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a591c64f
Commit
a591c64f
authored
Aug 15, 2008
by
Hans Leidekker
Committed by
Alexandre Julliard
Aug 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add prototype for WinHttpQueryOption.
parent
250cac32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
winhttp.h
include/winhttp.h
+2
-1
No files found.
include/winhttp.h
View file @
a591c64f
...
...
@@ -525,7 +525,7 @@ HINTERNET WINAPI WinHttpConnect(HINTERNET,LPCWSTR,INTERNET_PORT,DWORD);
BOOL
WINAPI
WinHttpCrackUrl
(
LPCWSTR
,
DWORD
,
DWORD
,
LPURL_COMPONENTS
);
BOOL
WINAPI
WinHttpCreateUrl
(
LPURL_COMPONENTS
,
DWORD
,
LPWSTR
,
LPDWORD
);
BOOL
WINAPI
WinHttpGetDefaultProxyConfiguration
(
WINHTTP_PROXY_INFO
*
);
BOOL
WINAPI
WinHttpGetIEProxyConfigForCurrentUser
(
WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
*
config
);
BOOL
WINAPI
WinHttpGetIEProxyConfigForCurrentUser
(
WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
*
);
BOOL
WINAPI
WinHttpGetProxyForUrl
(
HINTERNET
,
LPCWSTR
,
WINHTTP_AUTOPROXY_OPTIONS
*
,
WINHTTP_PROXY_INFO
*
);
HINTERNET
WINAPI
WinHttpOpen
(
LPCWSTR
,
DWORD
,
LPCWSTR
,
LPCWSTR
,
DWORD
);
HINTERNET
WINAPI
WinHttpOpenRequest
(
HINTERNET
,
LPCWSTR
,
LPCWSTR
,
LPCWSTR
,
LPCWSTR
,
LPCWSTR
*
,
DWORD
);
...
...
@@ -533,6 +533,7 @@ BOOL WINAPI WinHttpQueryAuthParams(HINTERNET,DWORD,LPVOID*);
BOOL
WINAPI
WinHttpQueryAuthSchemes
(
HINTERNET
,
LPDWORD
,
LPDWORD
,
LPDWORD
);
BOOL
WINAPI
WinHttpQueryDataAvailable
(
HINTERNET
,
LPDWORD
);
BOOL
WINAPI
WinHttpQueryHeaders
(
HINTERNET
,
DWORD
,
LPCWSTR
,
LPVOID
,
LPDWORD
,
LPDWORD
);
BOOL
WINAPI
WinHttpQueryOption
(
HINTERNET
,
DWORD
,
LPVOID
,
LPDWORD
);
BOOL
WINAPI
WinHttpReadData
(
HINTERNET
,
LPVOID
,
DWORD
,
LPDWORD
);
BOOL
WINAPI
WinHttpReceiveResponse
(
HINTERNET
,
LPVOID
);
BOOL
WINAPI
WinHttpSendRequest
(
HINTERNET
,
LPCWSTR
,
DWORD
,
LPVOID
,
DWORD
,
DWORD
,
DWORD_PTR
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment