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
} 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 7
Minimum supported server Windows Server 2008 R2
Header wtsapi32.h

See also

WTSFreeMemory

WTSFreeMemoryEx