13 Aug
2019
13 Aug
'19
7:17 a.m.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47612 Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> --- include/wtsapi32.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/wtsapi32.h b/include/wtsapi32.h index 91309cc5b5..d9b40ca519 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; -- 2.22.0