Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |