WINHTTP_HEADER_NAME unione (winhttp.h)

Rappresenta un nome di intestazione della richiesta HTTP.

Sintassi

typedef union _WINHTTP_HEADER_NAME {
  PCWSTR pwszName;
  PCSTR  pszName;
} WINHTTP_HEADER_NAME, *PWINHTTP_HEADER_NAME;

Members

pwszName

Tipo: IN PCWSTR

Stringa wide contenente un nome.

pszName

Tipo: IN PCSTR

Stringa stretta contenente un nome.

Requisiti

Requisito Valore
Client minimo supportato Windows 10 Build 20348
Server minimo supportato Windows 10 Build 20348
Intestazione winhttp.h