WTS_RCM_DRAIN_STATE enumeration (wtsdefs.h)
Contains information about the drain state of the Remote Desktop Session Host (RD Session Host) server. A server in drain mode will not accept new connections, but it will reconnect users to existing sessions.
Syntax
typedef enum {
WTS_DRAIN_STATE_NONE,
WTS_DRAIN_IN_DRAIN,
WTS_DRAIN_NOT_IN_DRAIN
} WTS_RCM_DRAIN_STATE;
Constants
WTS_DRAIN_STATE_NONEThere has been no change in the drain state. |
WTS_DRAIN_IN_DRAINThe server is in drain mode, or it is entering drain mode. (It is not accepting new connections.) |
WTS_DRAIN_NOT_IN_DRAINThe server is not in drain mode, or it is exiting drain mode. (It is accepting new connections.) |
Remarks
This enumeration type is used by the WTS_SERVICE_STATE structure.
Requirements
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 |
| Header | wtsdefs.h (include Wtsprotocol.h) |