HttpSendRequestW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

HttpSendRequestW (WININET.@)

SYNOPSIS

BOOL HttpSendRequestW
 (
  HINTERNET hHttpRequest,
  LPCWSTR   lpszHeaders,
  DWORD     dwHeaderLength,
  LPVOID    lpOptional,
  DWORD     dwOptionalLength
 )

DESCRIPTION

Sends the specified request to the HTTP server.

RETURNS

TRUE on success FALSE on failure

IMPLEMENTATION

Defined in "internet.h".

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

Debug channel "wininet".