HttpSendRequestExW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "wininet.h".

Implemented in "dlls/wininet/http.c".

Debug channel "wininet".