Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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
} WTS_TYPE_CLASS;
Constants
WTSTypeProcessInfoLevel0The buffer contains the server nonce output by WTSCloudAuthGetServerNonce. |
WTSTypeProcessInfoLevel1The buffer contains one or more WTS_PROCESS_INFO structures. |
WTSTypeSessionInfoLevel1The buffer contains the serialized user credential output by WTSCloudAuthConvertAssertionToSerializedUserCredential. |
WTSTypeCloudAuthServerNonceThe buffer contains one or more WTS_PROCESS_INFO_EX structures |
WTSTypeSerializedUserCredentialThe buffer contains one or more WTS_SESSION_INFO_1 structures. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows, version 26100 |
| Header | wtsapi32.h |