table of contents
other versions
- wheezy 1.4.1-4
HttpSendRequestExW(3w) | Wine API | HttpSendRequestExW(3w) |
NAME¶
HttpSendRequestExW (WININET.@)SYNOPSIS¶
BOOL HttpSendRequestExW(
HINTERNET hRequest,
LPINTERNET_BUFFERSW lpBuffersIn,
LPINTERNET_BUFFERSW lpBuffersOut,
DWORD dwFlags,
DWORD_PTR dwContext
)
DESCRIPTION¶
Sends the specified request to the HTTP server and allows chunked transfers.RETURNS¶
Success: TRUE Failure: FALSE, call GetLastError(3w) for more information.IMPLEMENTATION¶
Declared in "wininet.h". Implemented in "dlls/wininet/http.c". Debug channel "wininet".Oct 2012 | Wine API |