Compartir a través de


enumeración WTS_RCM_SERVICE_STATE (wtsdefs.h)

Contiene información sobre el estado del servicio Servicios de Escritorio remoto.

Syntax

typedef enum {
  WTS_SERVICE_NONE,
  WTS_SERVICE_START,
  WTS_SERVICE_STOP
} WTS_RCM_SERVICE_STATE;

Constantes

 
WTS_SERVICE_NONE
No se ha producido ningún cambio en el estado del servicio.
WTS_SERVICE_START
Se está iniciando el servicio RCM.
WTS_SERVICE_STOP
El servicio RCM se está deteniendo.

Comentarios

Esta estructura de WTS_SERVICE_STATE usa este tipo de enumeración.

Requisitos

Requisito Value
Cliente mínimo compatible No se admite ninguno
Servidor mínimo compatible Windows Server 2008 R2
Encabezado wtsdefs.h (incluya Wtsprotocol.h)