enumerazione WTS_TYPE_CLASS (wtsapi32.h)

Specifica il tipo di struttura restituita da una funzione Servizi Desktop remoto in un buffer.

Sintassi

typedef enum _WTS_TYPE_CLASS {
  WTSTypeProcessInfoLevel0,
  WTSTypeProcessInfoLevel1,
  WTSTypeSessionInfoLevel1
} WTS_TYPE_CLASS;

Costanti

 
WTSTypeProcessInfoLevel0
Il buffer contiene una o più strutture WTS_PROCESS_INFO .
WTSTypeProcessInfoLevel1
Il buffer contiene una o più strutture WTS_PROCESS_INFO_EX .
WTSTypeSessionInfoLevel1
Il buffer contiene una o più strutture WTS_SESSION_INFO_1 .

Requisiti

Requisito Valore
Client minimo supportato Windows 7
Server minimo supportato Windows Server 2008 R2
Intestazione wtsapi32.h

Vedi anche

WTSFreeMemory

WTSFreeMemoryEx