[PATCH 5/6] include: Add WTS_TYPE_CLASS

Alex Henrie alexhenrie24 at gmail.com
Tue Aug 13 02:17:46 CDT 2019


Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47612
Signed-off-by: Alex Henrie <alexhenrie24 at 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




More information about the wine-devel mailing list