HTTP_ENABLED_STATE enumeration (http.h)

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

 
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

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

See also

HTTP Server API Version 2.0 Enumeration Types

HTTP_STATE_INFO