table of contents
other versions
- wheezy 1.4.1-4
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 failureIMPLEMENTATION¶
Declared in "internet.h". Implemented in "dlls/wininet/http.c". Debug channel "wininet".Oct 2012 | Wine API |