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
Defined in "internet.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wininet/http.c".
- Debug channel "wininet".