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,
WTSTypeCloudAuthServerNonce,
WTSTypeSerializedUserCredential
}
Syntax
typedef enum _WTS_TYPE_CLASS {
WTSTypeProcessInfoLevel0,
WTSTypeProcessInfoLevel1,
WTSTypeSessionInfoLevel1,
WTSTypeCloudAuthServerNonce,
WTSTypeSerializedUserCredential
} WTS_TYPE_CLASS;
Constants
WTSTypeProcessInfoLevel0The buffer contains one or more WTS_PROCESS_INFO structures. |
WTSTypeProcessInfoLevel1The buffer contains one or more WTS_PROCESS_INFO_EX structures. |
WTSTypeSessionInfoLevel1The buffer contains one or more WTS_SESSION_INFO_1 structures. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows, version 26100 |
| Header | wtsapi32.h |