Edit

Share via


WTS_TYPE_CLASS enumeration (wtsapi32.h)

Specifies the type of structure that a Remote Desktop Services function has returned in a buffer.

Syntax

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

Syntax

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

Constants

 
WTSTypeProcessInfoLevel0
The buffer contains one or more WTS_PROCESS_INFO structures.
WTSTypeProcessInfoLevel1
The buffer contains one or more WTS_PROCESS_INFO_EX structures.
WTSTypeSessionInfoLevel1
The buffer contains one or more WTS_SESSION_INFO_1 structures.

Requirements

Requirement Value
Minimum supported client Windows, version 26100
Header wtsapi32.h

See also