Scroll to navigation

HttpSendRequestExA(3w) Wine API 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

Declared in "wininet.h".
Implemented in "dlls/wininet/http.c".
Debug channel "wininet".
Oct 2012 Wine API