Home
last modified time | relevance | path

Searched refs:RequestHeaders (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dbits2_5.idl68 [in, unique] LPCWSTR RequestHeaders
/reactos/dll/win32/qmgr/
H A Djob.c1101 LPCWSTR RequestHeaders) in http_options_SetCustomHeaders() argument
1105 TRACE("(%p)->(%s)\n", iface, debugstr_w(RequestHeaders)); in http_options_SetCustomHeaders()
1109 if (RequestHeaders) in http_options_SetCustomHeaders()
1111 WCHAR *headers = strdupW(RequestHeaders); in http_options_SetCustomHeaders()