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

include: Add WTS_SESSION_INFO_1[AW].

parent ec694033
......@@ -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;
......
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