Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 1.29 KB

ns-winhttp-winhttp_header_name.md

File metadata and controls

69 lines (58 loc) · 1.29 KB
UID title description tech.root ms.date req.construct-type req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NS:winhttp._WINHTTP_HEADER_NAME
WINHTTP_HEADER_NAME
Represents an HTTP request header name.
http
06/30/2021
structure
winhttp.h
Windows
Windows 10 Build 20348
Windows 10 Build 20348
Windows
WINHTTP_HEADER_NAME, *PWINHTTP_HEADER_NAME
_WINHTTP_HEADER_NAME
winhttp/_WINHTTP_HEADER_NAME
PWINHTTP_HEADER_NAME
winhttp/PWINHTTP_HEADER_NAME
WINHTTP_HEADER_NAME
winhttp/WINHTTP_HEADER_NAME
c++
apiref
HeaderDef
winhttp.h
_WINHTTP_HEADER_NAME
PWINHTTP_HEADER_NAME
WINHTTP_HEADER_NAME

-description

Represents an HTTP request header name.

-struct-fields

-field pwszName

Type: IN PCWSTR

A wide string containing a name.

-field pszName

Type: IN PCSTR

A narrow string containing a name.

-remarks

-see-also