Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |