Scroll to navigation

HttpSendRequestW(3w) Wine API HttpSendRequestW(3w)

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

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