Partager via


énumération WTS_TYPE_CLASS (wtsapi32.h)

Spécifie le type de structure qu’une fonction Services Bureau à distance a retournée dans une mémoire tampon.

Syntaxe

typedef enum _WTS_TYPE_CLASS {
    WTSTypeProcessInfoLevel0,
    WTSTypeProcessInfoLevel1,
    WTSTypeSessionInfoLevel1,
    WTSTypeCloudAuthServerNonce,
    WTSTypeSerializedUserCredential
} 

Syntaxe

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

Constants

 
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 .

Spécifications

Requirement Valeur
Client minimum requis Windows, version 26100
Header wtsapi32.h

Voir aussi