include: Add WTS_SESSION_INFO_1[AW].

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>
stable
Alex Henrie 2019-08-13 01:17:43 -06:00 committed by Alexandre Julliard
parent ec69403384
commit d7030f66df
1 changed files with 27 additions and 0 deletions

View File

@ -122,6 +122,33 @@ typedef struct _WTS_SESSION_INFOW
DECL_WINELIB_TYPE_AW(WTS_SESSION_INFO)
DECL_WINELIB_TYPE_AW(PWTS_SESSION_INFO)
typedef struct _WTS_SESSION_INFO_1A
{
DWORD ExecEnvId;
WTS_CONNECTSTATE_CLASS State;
DWORD SessionId;
char *pSessionName;
char *pHostName;
char *pUserName;
char *pDomainName;
char *pFarmName;
} WTS_SESSION_INFO_1A, *PWTS_SESSION_INFO_1A;
typedef struct _WTS_SESSION_INFO_1W
{
DWORD ExecEnvId;
WTS_CONNECTSTATE_CLASS State;
DWORD SessionId;
WCHAR *pSessionName;
WCHAR *pHostName;
WCHAR *pUserName;
WCHAR *pDomainName;
WCHAR *pFarmName;
} WTS_SESSION_INFO_1W, *PWTS_SESSION_INFO_1W;
DECL_WINELIB_TYPE_AW(WTS_SESSION_INFO_1)
DECL_WINELIB_TYPE_AW(PWTS_SESSION_INFO_1)
typedef struct _WTS_SERVER_INFOA
{
LPSTR pServerName;