Share via


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 [デスクトップ アプリのみ]
Header http.h