HttpSendRequestExA(3w)
NAME
HttpSendRequestExA (WININET.@)
SYNOPSIS
BOOL HttpSendRequestExA ( HINTERNET hRequest, LPINTERNET_BUFFERSA lpBuffersIn, LPINTERNET_BUFFERSA 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
Defined in "wininet.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wininet/http.c".
- Debug channel "wininet".