include: Add WTS_TYPE_CLASS.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47612
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alex Henrie 2019-08-13 01:17:46 -06:00 committed by Alexandre Julliard
parent dd2144da4d
commit e3e088c124
1 changed files with 7 additions and 0 deletions

View File

@ -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;