WTS_RCM_SERVICE_STATE enumeration (wtsdefs.h)
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
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 |
| Header | wtsdefs.h (include Wtsprotocol.h) |