Robert Shearman : wininet: Documentation fixes.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 14 07:27:56 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 7a2357a480dc1395e60a0b1a6ff4f168ae588773
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=7a2357a480dc1395e60a0b1a6ff4f168ae588773

Author: Robert Shearman <rob at codeweavers.com>
Date:   Tue Feb 14 11:34:14 2006 +0100

wininet: Documentation fixes.

---

 dlls/wininet/gopher.c |   10 +++++-----
 dlls/wininet/http.c   |   10 +++++++++-
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/dlls/wininet/gopher.c b/dlls/wininet/gopher.c
index 4c49527..a599ad8 100644
--- a/dlls/wininet/gopher.c
+++ b/dlls/wininet/gopher.c
@@ -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
 /***********************************************************************
  *           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,
diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c
index 1312380..9e74001 100644
--- a/dlls/wininet/http.c
+++ b/dlls/wininet/http.c
@@ -1699,7 +1699,11 @@ BOOL WINAPI HttpQueryInfoA(HINTERNET hHt
  *           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
  *
  * 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,




More information about the wine-cvs mailing list