estructura HTTP_SERVICE_BINDING_A (http.h)
La estructura de HTTP_SERVICE_BINDING_A proporciona el nombre principal de servicio (SPN) en ASCII.
Sintaxis
typedef struct _HTTP_SERVICE_BINDING_A {
HTTP_SERVICE_BINDING_BASE Base;
PCHAR Buffer;
ULONG BufferSize;
} HTTP_SERVICE_BINDING_A, *PHTTP_SERVICE_BINDING_A;
Miembros
Base
Valor de HTTP_SERVICE_BINDING_BASE , el miembro Type del que se debe establecer en HttpServiceBindingTypeA.
Buffer
Puntero a un búfer que representa el SPN.
BufferSize
Longitud, en bytes, de la cadena en buffer.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows Vista [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008 [solo aplicaciones de escritorio] |
Encabezado | http.h |