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_NONE
There has been no change in the state of the service.
WTS_SERVICE_START
The RCM service is starting.
WTS_SERVICE_STOP
The 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)