.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH HttpSendRequestExA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBHttpSendRequestExA\fR (WININET.@) .SH SYNOPSIS BOOL HttpSendRequestExA ( HINTERNET \fIhRequest\fR, LPINTERNET_BUFFERSA \fIlpBuffersIn\fR, LPINTERNET_BUFFERSA \fIlpBuffersOut\fR, DWORD \fIdwFlags\fR, DWORD_PTR \fIdwContext\fR ) .SH DESCRIPTION .PP Sends the specified request to the \fBHTTP\fR server and allows chunked transfers. .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR, call \fBGetLastError(3w)\fR for more information. .SH IMPLEMENTATION .PP Declared in \fB"wininet.h"\fR. .PP Implemented in \fB"dlls/wininet/http.c"\fR. .PP Debug channel \fB"wininet"\fR.