Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about the state of the Remote Desktop Services service.
Syntax
typedef enum {
WTS_SERVICE_NONE,
WTS_SERVICE_START,
WTS_SERVICE_STOP
} WTS_RCM_SERVICE_STATE;
Constants
WTS_SERVICE_NONEThere has been no change in the state of the service. |
WTS_SERVICE_STARTThe RCM service is starting. |
WTS_SERVICE_STOPThe RCM service is stopping. |
Remarks
This enumeration type is used by the WTS_SERVICE_STATE structure.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 |
| Header | wtsdefs.h (include Wtsprotocol.h) |