Commit e3e088c1 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add WTS_TYPE_CLASS.

parent dd2144da
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment