Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The HTTP_ENABLED_STATE enumeration defines the state of a request queue, server session, or URL Group.
This enumeration is used in the HTTP_STATE_INFO struct
Syntax
typedef enum _HTTP_ENABLED_STATE {
  HttpEnabledStateActive,
  HttpEnabledStateInactive
} HTTP_ENABLED_STATE, *PHTTP_ENABLED_STATE;
Constants
HttpEnabledStateActiveThe HTTP Server API object is enabled.  | 
HttpEnabledStateInactiveThe HTTP Server API object is disabled.  | 
Remarks
The default state of a request queue is enabled. Typically this enumeration is used to temporarily disable a request queue.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Header | http.h |