ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Classes | |
struct | _WTS_PROCESS_INFOA |
struct | _WTS_PROCESS_INFOW |
struct | _WTS_SESSION_INFOA |
struct | _WTS_SESSION_INFOW |
struct | _WTS_SESSION_INFO_1A |
struct | _WTS_SESSION_INFO_1W |
struct | _WTS_SERVER_INFOA |
struct | _WTS_SERVER_INFOW |
Macros | |
#define | IDTIMEOUT 32000 |
#define | IDASYNC 32001 |
#define | WTS_CURRENT_SERVER_HANDLE ((HANDLE)NULL) |
#define | WTS_CURRENT_SESSION (~0u) |
#define | WTSConnectSession WINELIB_NAME_AW(WTSConnectSession) |
#define | WTSEnumerateProcesses WINELIB_NAME_AW(WTSEnumerateProcesses) |
#define | WTSEnumerateServers WINELIB_NAME_AW(WTSEnumerateServers) |
#define | WTSEnumerateSessions WINELIB_NAME_AW(WTSEnumerateSessions) |
#define | WTSOpenServer WINELIB_NAME_AW(WTSOpenServer) |
#define | WTSQuerySessionInformation WINELIB_NAME_AW(WTSQuerySessionInformation) |
#define | WTSQueryUserConfig WINELIB_NAME_AW(WTSQueryUserConfig) |
#define | WTSStartRemoteControlSession WINELIB_NAME_AW(WTSStartRemoteControlSession) |
#define IDASYNC 32001 |
Definition at line 34 of file wtsapi32.h.
#define IDTIMEOUT 32000 |
Definition at line 31 of file wtsapi32.h.
Definition at line 197 of file wtsapi32.h.
#define WTS_CURRENT_SESSION (~0u) |
Definition at line 198 of file wtsapi32.h.
#define WTSConnectSession WINELIB_NAME_AW(WTSConnectSession) |
Definition at line 203 of file wtsapi32.h.
#define WTSEnumerateProcesses WINELIB_NAME_AW(WTSEnumerateProcesses) |
Definition at line 208 of file wtsapi32.h.
#define WTSEnumerateServers WINELIB_NAME_AW(WTSEnumerateServers) |
Definition at line 211 of file wtsapi32.h.
#define WTSEnumerateSessions WINELIB_NAME_AW(WTSEnumerateSessions) |
Definition at line 214 of file wtsapi32.h.
#define WTSOpenServer WINELIB_NAME_AW(WTSOpenServer) |
Definition at line 218 of file wtsapi32.h.
#define WTSQuerySessionInformation WINELIB_NAME_AW(WTSQuerySessionInformation) |
Definition at line 221 of file wtsapi32.h.
#define WTSQueryUserConfig WINELIB_NAME_AW(WTSQueryUserConfig) |
Definition at line 224 of file wtsapi32.h.
#define WTSStartRemoteControlSession WINELIB_NAME_AW(WTSStartRemoteControlSession) |
Definition at line 230 of file wtsapi32.h.
typedef struct _WTS_PROCESS_INFOA * PWTS_PROCESS_INFOA |
typedef struct _WTS_PROCESS_INFOW * PWTS_PROCESS_INFOW |
typedef struct _WTS_SERVER_INFOA * PWTS_SERVER_INFOA |
typedef struct _WTS_SERVER_INFOW * PWTS_SERVER_INFOW |
typedef struct _WTS_SESSION_INFO_1A * PWTS_SESSION_INFO_1A |
typedef struct _WTS_SESSION_INFO_1W * PWTS_SESSION_INFO_1W |
typedef struct _WTS_SESSION_INFOA * PWTS_SESSION_INFOA |
typedef struct _WTS_SESSION_INFOW * PWTS_SESSION_INFOW |
typedef enum _WTS_CONFIG_CLASS WTS_CONFIG_CLASS |
typedef enum tagWTS_INFO_CLASS WTS_INFO_CLASS |
typedef struct _WTS_SERVER_INFOA WTS_SERVER_INFOA |
typedef struct _WTS_SERVER_INFOW WTS_SERVER_INFOW |
typedef enum _WTS_TYPE_CLASS WTS_TYPE_CLASS |
typedef enum _WTS_VIRTUAL_CLASS WTS_VIRTUAL_CLASS |
Definition at line 93 of file wtsapi32.h.
Enumerator | |
---|---|
WTSActive | |
WTSConnected | |
WTSConnectQuery | |
WTSShadow | |
WTSDisconnected | |
WTSIdle | |
WTSListen | |
WTSReset | |
WTSDown | |
WTSInit |
Definition at line 79 of file wtsapi32.h.
Enumerator | |
---|---|
WTSTypeProcessInfoLevel0 | |
WTSTypeProcessInfoLevel1 | |
WTSTypeSessionInfoLevel1 |
Definition at line 114 of file wtsapi32.h.
Enumerator | |
---|---|
WTSVirtualClientData | |
WTSVirtualFileHandle |
Definition at line 37 of file wtsapi32.h.
Definition at line 43 of file wtsapi32.h.
Definition at line 38 of file wtsapi32.c.
Definition at line 46 of file wtsapi32.c.
Definition at line 55 of file wtsapi32.c.
Definition at line 64 of file wtsapi32.c.
Definition at line 73 of file wtsapi32.c.
BOOL WINAPI WTSEnumerateProcessesA | ( | HANDLE | hServer, |
DWORD | Reserved, | ||
DWORD | Version, | ||
PWTS_PROCESS_INFOA * | ppProcessInfo, | ||
DWORD * | pCount | ||
) |
Definition at line 103 of file wtsapi32.c.
BOOL WINAPI WTSEnumerateProcessesW | ( | HANDLE | hServer, |
DWORD | Reserved, | ||
DWORD | Version, | ||
PWTS_PROCESS_INFOW * | ppProcessInfo, | ||
DWORD * | pCount | ||
) |
Definition at line 120 of file wtsapi32.c.
Referenced by test_WTSEnumerateProcessesW().
BOOL WINAPI WTSEnumerateServersA | ( | LPSTR | pDomainName, |
DWORD | Reserved, | ||
DWORD | Version, | ||
PWTS_SERVER_INFOA * | ppServerInfo, | ||
DWORD * | pCount | ||
) |
Definition at line 208 of file wtsapi32.c.
BOOL WINAPI WTSEnumerateServersW | ( | LPWSTR | pDomainName, |
DWORD | Reserved, | ||
DWORD | Version, | ||
PWTS_SERVER_INFOW * | ppServerInfo, | ||
DWORD * | pCount | ||
) |
Definition at line 217 of file wtsapi32.c.
BOOL WINAPI WTSEnumerateSessionsA | ( | HANDLE | hServer, |
DWORD | Reserved, | ||
DWORD | Version, | ||
PWTS_SESSION_INFOA * | ppSessionInfo, | ||
DWORD * | pCount | ||
) |
Definition at line 247 of file wtsapi32.c.
Definition at line 283 of file wtsapi32.c.
Referenced by test_WTSEnumerateProcessesW(), test_WTSQuerySessionInformationW(), and WTSQuerySessionInformationA().
Definition at line 343 of file wtsapi32.c.
Definition at line 353 of file wtsapi32.c.
BOOL WINAPI WTSQuerySessionInformationA | ( | HANDLE | hServer, |
DWORD | SessionId, | ||
WTS_INFO_CLASS | WTSInfoClass, | ||
LPSTR * | Buffer, | ||
DWORD * | BytesReturned | ||
) |
Definition at line 363 of file wtsapi32.c.
BOOL WINAPI WTSQuerySessionInformationW | ( | HANDLE | hServer, |
DWORD | SessionId, | ||
WTS_INFO_CLASS | WTSInfoClass, | ||
LPWSTR * | Buffer, | ||
DWORD * | BytesReturned | ||
) |
Definition at line 443 of file wtsapi32.c.
Referenced by test_WTSQuerySessionInformationW(), and WTSQuerySessionInformationA().
BOOL WINAPI WTSQueryUserConfigA | ( | LPSTR | pServerName, |
LPSTR | pUserName, | ||
WTS_CONFIG_CLASS | WTSConfigClass, | ||
LPSTR * | ppBuffer, | ||
DWORD * | pBytesReturned | ||
) |
Definition at line 606 of file wtsapi32.c.
BOOL WINAPI WTSQueryUserConfigW | ( | LPWSTR | pServerName, |
LPWSTR | pUserName, | ||
WTS_CONFIG_CLASS | WTSConfigClass, | ||
LPWSTR * | ppBuffer, | ||
DWORD * | pBytesReturned | ||
) |
Definition at line 616 of file wtsapi32.c.
Definition at line 588 of file wtsapi32.c.
Referenced by test_WTSQueryUserToken().
Definition at line 627 of file wtsapi32.c.
BOOL WINAPI WTSStartRemoteControlSessionA | ( | LPSTR | pTargetServerName, |
ULONG | TargetLogonId, | ||
BYTE | HotkeyVk, | ||
USHORT | HotkeyModifiers | ||
) |
Definition at line 693 of file wtsapi32.c.
BOOL WINAPI WTSStartRemoteControlSessionW | ( | LPWSTR | pTargetServerName, |
ULONG | TargetLogonId, | ||
BYTE | HotkeyVk, | ||
USHORT | HotkeyModifiers | ||
) |
Definition at line 702 of file wtsapi32.c.
Definition at line 711 of file wtsapi32.c.
Definition at line 720 of file wtsapi32.c.
Definition at line 729 of file wtsapi32.c.
Definition at line 738 of file wtsapi32.c.
Definition at line 821 of file wtsapi32.c.