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
7a2357a4
Commit
7a2357a4
authored
Feb 14, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Feb 14, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Documentation fixes.
parent
d16c0dc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
gopher.c
dlls/wininet/gopher.c
+5
-5
http.c
dlls/wininet/http.c
+9
-1
No files found.
dlls/wininet/gopher.c
View file @
7a2357a4
...
...
@@ -66,7 +66,7 @@ BOOL WINAPI GopherCreateLocatorA(
/***********************************************************************
* GopherCreateLocatorW (WININET.@)
*
*
Unicode version of GopherCreateLocatorA
*
See GopherCreateLocatorA.
*/
BOOL
WINAPI
GopherCreateLocatorW
(
LPCWSTR
lpszHost
,
...
...
@@ -118,7 +118,7 @@ HINTERNET WINAPI GopherFindFirstFileA(
/***********************************************************************
* GopherFindFirstFileW (WININET.@)
*
*
Unicode version of GopherFindFirstFileA
*
See GopherFindFirstFileA.
*/
HINTERNET
WINAPI
GopherFindFirstFileW
(
HINTERNET
hConnect
,
...
...
@@ -162,7 +162,7 @@ BOOL WINAPI GopherGetAttributeA(
/***********************************************************************
* GopherGetAttributeW (WININET.@)
*
*
Unicode version of GopherGetAttributeA
*
See GopherGetAttributeA.
*/
BOOL
WINAPI
GopherGetAttributeW
(
HINTERNET
hConnect
,
...
...
@@ -202,7 +202,7 @@ BOOL WINAPI GopherGetLocatorTypeA(LPCSTR lpszLocator, LPDWORD lpdwGopherType)
/***********************************************************************
* GopherGetLocatorTypeW (WININET.@)
*
*
Unicode version of GopherGetLocatorTypeA
*
See GopherGetLocatorTypeA.
*/
BOOL
WINAPI
GopherGetLocatorTypeW
(
LPCWSTR
lpszLocator
,
LPDWORD
lpdwGopherType
)
{
...
...
@@ -241,7 +241,7 @@ HINTERNET WINAPI GopherOpenFileA(
/***********************************************************************
* GopherOpenFileW (WININET.@)
*
*
Unicode version of GopherOpenFileA
*
See GopherOpenFileA.
*/
HINTERNET
WINAPI
GopherOpenFileW
(
HINTERNET
hConnect
,
...
...
dlls/wininet/http.c
View file @
7a2357a4
...
...
@@ -1699,7 +1699,11 @@ BOOL WINAPI HttpQueryInfoA(HINTERNET hHttpRequest, DWORD dwInfoLevel,
* HttpSendRequestExA (WININET.@)
*
* Sends the specified request to the HTTP server and allows chunked
* transfers
* transfers.
*
* RETURNS
* Success: TRUE
* Failure: FALSE, call GetLastError() for more information.
*/
BOOL
WINAPI
HttpSendRequestExA
(
HINTERNET
hRequest
,
LPINTERNET_BUFFERSA
lpBuffersIn
,
...
...
@@ -1753,6 +1757,10 @@ BOOL WINAPI HttpSendRequestExA(HINTERNET hRequest,
*
* Sends the specified request to the HTTP server and allows chunked
* transfers
*
* RETURNS
* Success: TRUE
* Failure: FALSE, call GetLastError() for more information.
*/
BOOL
WINAPI
HttpSendRequestExW
(
HINTERNET
hRequest
,
LPINTERNET_BUFFERSW
lpBuffersIn
,
...
...
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