wininet: Documentation fixes.
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 @@
/***********************************************************************
* GopherCreateLocatorW (WININET.@)
*
- * Unicode version of GopherCreateLocatorA
+ * See GopherCreateLocatorA.
*/
BOOL WINAPI GopherCreateLocatorW(
LPCWSTR lpszHost,
@@ -118,7 +118,7 @@
/***********************************************************************
* GopherFindFirstFileW (WININET.@)
*
- * Unicode version of GopherFindFirstFileA
+ * See GopherFindFirstFileA.
*/
HINTERNET WINAPI GopherFindFirstFileW(
HINTERNET hConnect,
@@ -162,7 +162,7 @@
/***********************************************************************
* GopherGetAttributeW (WININET.@)
*
- * Unicode version of GopherGetAttributeA
+ * See GopherGetAttributeA.
*/
BOOL WINAPI GopherGetAttributeW(
HINTERNET hConnect,
@@ -202,7 +202,7 @@
/***********************************************************************
* GopherGetLocatorTypeW (WININET.@)
*
- * Unicode version of GopherGetLocatorTypeA
+ * See GopherGetLocatorTypeA.
*/
BOOL WINAPI GopherGetLocatorTypeW(LPCWSTR lpszLocator, LPDWORD lpdwGopherType)
{
@@ -241,7 +241,7 @@
/***********************************************************************
* 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 @@
* 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 @@
*
* 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,