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>
This commit is contained in:
parent
dd2144da4d
commit
e3e088c124
|
@ -86,6 +86,13 @@ typedef enum _WTS_CONFIG_CLASS
|
||||||
WTSUserConfigfTerminalServerRemoteHomeDir
|
WTSUserConfigfTerminalServerRemoteHomeDir
|
||||||
} WTS_CONFIG_CLASS;
|
} WTS_CONFIG_CLASS;
|
||||||
|
|
||||||
|
typedef enum _WTS_TYPE_CLASS
|
||||||
|
{
|
||||||
|
WTSTypeProcessInfoLevel0,
|
||||||
|
WTSTypeProcessInfoLevel1,
|
||||||
|
WTSTypeSessionInfoLevel1
|
||||||
|
} WTS_TYPE_CLASS;
|
||||||
|
|
||||||
typedef struct _WTS_PROCESS_INFOA
|
typedef struct _WTS_PROCESS_INFOA
|
||||||
{
|
{
|
||||||
DWORD SessionId;
|
DWORD SessionId;
|
||||||
|
|
Loading…
Reference in New Issue