table of contents
other versions
- wheezy 1.4.1-4
HttpEndRequestW(3w) | Wine API | HttpEndRequestW(3w) |
NAME¶
HttpEndRequestW (WININET.@)SYNOPSIS¶
BOOL HttpEndRequestW(
HINTERNET hRequest,
LPINTERNET_BUFFERSW lpBuffersOut,
DWORD dwFlags,
DWORD_PTR dwContext
)
DESCRIPTION¶
Ends an HTTP request that was started by HttpSendRequestEx.RETURNS¶
TRUE if successful FALSE on failureIMPLEMENTATION¶
Declared in "internet.h". Implemented in "dlls/wininet/http.c". Debug channel "wininet".Oct 2012 | Wine API |