struttura HTTP_SERVICE_BINDING_W (http.h)

La struttura HTTP_SERVICE_BINDING_W fornisce il nome dell'entità servizio (SPN) in Unicode.

Sintassi

typedef struct _HTTP_SERVICE_BINDING_W {
  HTTP_SERVICE_BINDING_BASE Base;
  PWCHAR                    Buffer;
  ULONG                     BufferSize;
} HTTP_SERVICE_BINDING_W, *PHTTP_SERVICE_BINDING_W;

Members

Base

Valore HTTP_SERVICE_BINDING_BASE , il membro Type di cui deve essere impostato su HttpServiceBindingTypeW.

Buffer

Puntatore a un buffer che rappresenta il nome SPN.

BufferSize

Lunghezza, in byte, della stringa in Buffer.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione http.h