Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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 |