Scroll to navigation

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 failure
 

IMPLEMENTATION

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