HTTP_SERVICE_BINDING_TYPE枚举 (http.h)

HTTP_SERVICE_BINDING_TYPE枚举类型指定服务名称的字符串类型。

语法

typedef enum _HTTP_SERVICE_BINDING_TYPE {
  HttpServiceBindingTypeNone = 0,
  HttpServiceBindingTypeW,
  HttpServiceBindingTypeA
} HTTP_SERVICE_BINDING_TYPE;

常量

 
HttpServiceBindingTypeNone
值: 0
无类型。
HttpServiceBindingTypeW
Unicode。
HttpServiceBindingTypeA
ASCII

要求

   
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
标头 http.h