énumération WTS_TYPE_CLASS (wtsapi32.h)
Spécifie le type de structure qu’une fonction des services Bureau à distance a retournée dans une mémoire tampon.
Syntax
typedef enum _WTS_TYPE_CLASS {
WTSTypeProcessInfoLevel0,
WTSTypeProcessInfoLevel1,
WTSTypeSessionInfoLevel1
} WTS_TYPE_CLASS;
Constantes
WTSTypeProcessInfoLevel0 La mémoire tampon contient une ou plusieurs structures WTS_PROCESS_INFO . |
WTSTypeProcessInfoLevel1 La mémoire tampon contient une ou plusieurs structures WTS_PROCESS_INFO_EX . |
WTSTypeSessionInfoLevel1 La mémoire tampon contient une ou plusieurs structures WTS_SESSION_INFO_1 . |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 |
Serveur minimal pris en charge | Windows Server 2008 R2 |
En-tête | wtsapi32.h |