Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HTTP_SERVICE_BINDING_TYPE enumerated type specifies the string type for service names.
Syntax
typedef enum _HTTP_SERVICE_BINDING_TYPE {
HttpServiceBindingTypeNone = 0,
HttpServiceBindingTypeW,
HttpServiceBindingTypeA
} HTTP_SERVICE_BINDING_TYPE;
Constants
HttpServiceBindingTypeNoneValue: 0 No type. |
HttpServiceBindingTypeWUnicode. |
HttpServiceBindingTypeAASCII |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | http.h |