Alex Henrie : include: Add WTS_TYPE_CLASS.

Alexandre Julliard julliard at winehq.org
Tue Aug 13 14:54:33 CDT 2019


Module: wine
Branch: master
Commit: e3e088c12421940b014cc6d5163751224ba3d97b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e3e088c12421940b014cc6d5163751224ba3d97b

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Aug 13 01:17:46 2019 -0600

include: Add WTS_TYPE_CLASS.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47612
Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/wtsapi32.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/wtsapi32.h b/include/wtsapi32.h
index 91309cc..d9b40ca 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;




More information about the wine-cvs mailing list