Scroll to navigation

HttpAddRequestHeadersA(3w) Wine API HttpAddRequestHeadersA(3w)

NAME

HttpAddRequestHeadersA (WININET.@)

SYNOPSIS

BOOL HttpAddRequestHeadersA
(
HINTERNET hHttpRequest,
LPCSTR lpszHeader,
DWORD dwHeaderLength,
DWORD dwModifier
)
 

DESCRIPTION

Adds one or more HTTP header to the request handler.
 

RETURNS

TRUE on success FALSE on failure
 

IMPLEMENTATION

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