HTTP_SERVICE_BINDING_TYPE enumeration (http.h)

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

 
HttpServiceBindingTypeNone
Value: 0
No type.
HttpServiceBindingTypeW
Unicode.
HttpServiceBindingTypeA
ASCII

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header http.h