HTTP_SERVICE_BINDING_W structure (http.h)
The HTTP_SERVICE_BINDING_W structure provides Service Principle Name (SPN) in Unicode.
Syntax
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
An HTTP_SERVICE_BINDING_BASE value, the Type member of which must be set to HttpServiceBindingTypeW.
Buffer
A pointer to a buffer that represents the SPN.
BufferSize
The length, in bytes, of the string in Buffer.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | http.h |