HTTP_ENABLED_STATE enumeration
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 { HttpEnabledStateActive, HttpEnabledStateInactive } HTTP_ENABLED_STATE, *PHTTP_ENABLED_STATE;
Constants
- HttpEnabledStateActive
-
The HTTP Server API object is enabled.
- HttpEnabledStateInactive
-
The 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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also