HTTP_SERVICE_BINDING_A struttura (http.h)
La struttura HTTP_SERVICE_BINDING_A fornisce il nome del principio di servizio (SPN) in ASCII.
Sintassi
typedef struct _HTTP_SERVICE_BINDING_A {
HTTP_SERVICE_BINDING_BASE Base;
PCHAR Buffer;
ULONG BufferSize;
} HTTP_SERVICE_BINDING_A, *PHTTP_SERVICE_BINDING_A;
Members
Base
Valore HTTP_SERVICE_BINDING_BASE , il membro Type di cui deve essere impostato su HttpServiceBindingTypeA.
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 |