enumerasi WTS_TYPE_CLASS (wtsapi32.h)
Menentukan jenis struktur yang telah dikembalikan fungsi Layanan Desktop Jauh dalam buffer.
Sintaks
typedef enum _WTS_TYPE_CLASS {
WTSTypeProcessInfoLevel0,
WTSTypeProcessInfoLevel1,
WTSTypeSessionInfoLevel1
} WTS_TYPE_CLASS;
Konstanta
WTSTypeProcessInfoLevel0 Buffer berisi satu atau beberapa struktur WTS_PROCESS_INFO . |
WTSTypeProcessInfoLevel1 Buffer berisi satu atau beberapa struktur WTS_PROCESS_INFO_EX . |
WTSTypeSessionInfoLevel1 Buffer berisi satu atau beberapa struktur WTS_SESSION_INFO_1 . |
Persyaratan
Klien minimum yang didukung | Windows 7 |
Server minimum yang didukung | Windows Server 2008 R2 |
Header | wtsapi32.h |