From e3e088c12421940b014cc6d5163751224ba3d97b Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Tue, 13 Aug 2019 01:17:46 -0600 Subject: [PATCH] include: Add WTS_TYPE_CLASS. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47612 Signed-off-by: Alex Henrie Signed-off-by: Alexandre Julliard --- include/wtsapi32.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/wtsapi32.h b/include/wtsapi32.h index 91309cc5b56..d9b40ca519c 100644 --- a/include/wtsapi32.h +++ b/include/wtsapi32.h @@ -86,6 +86,13 @@ typedef enum _WTS_CONFIG_CLASS WTSUserConfigfTerminalServerRemoteHomeDir } WTS_CONFIG_CLASS; +typedef enum _WTS_TYPE_CLASS +{ + WTSTypeProcessInfoLevel0, + WTSTypeProcessInfoLevel1, + WTSTypeSessionInfoLevel1 +} WTS_TYPE_CLASS; + typedef struct _WTS_PROCESS_INFOA { DWORD SessionId;