Module: wine Branch: master Commit: e3e088c12421940b014cc6d5163751224ba3d97b URL: https://source.winehq.org/git/wine.git/?a=commit;h=e3e088c12421940b014cc6d51... Author: Alex Henrie <alexhenrie24(a)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(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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;