ReactOS 0.4.16-dev-237-gd6eebaa
|
#include <stdarg.h>
#include <stdlib.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "wine/winternl.h"
#include "wtsapi32.h"
#include "wine/debug.h"
#include "wine/heap.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define WIN32_NO_STATUS |
Definition at line 21 of file wtsapi32.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | wtsapi | ) |
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 WTSEnumerateProcessesExA | ( | HANDLE | server, |
DWORD * | level, | ||
DWORD | session_id, | ||
char ** | info, | ||
DWORD * | count | ||
) |
Definition at line 93 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().
BOOL WINAPI WTSFreeMemoryExA | ( | WTS_TYPE_CLASS | type, |
void * | ptr, | ||
ULONG | nmemb | ||
) |
Definition at line 291 of file wtsapi32.c.
BOOL WINAPI WTSFreeMemoryExW | ( | WTS_TYPE_CLASS | type, |
void * | ptr, | ||
ULONG | nmemb | ||
) |
Definition at line 312 of file wtsapi32.c.
Definition at line 343 of file wtsapi32.c.
Definition at line 333 of file wtsapi32.c.
Definition at line 323 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 WTSSendMessageA | ( | HANDLE | hServer, |
DWORD | SessionId, | ||
LPSTR | pTitle, | ||
DWORD | TitleLength, | ||
LPSTR | pMessage, | ||
DWORD | MessageLength, | ||
DWORD | Style, | ||
DWORD | Timeout, | ||
DWORD * | pResponse, | ||
BOOL | bWait | ||
) |
Definition at line 646 of file wtsapi32.c.
BOOL WINAPI WTSSendMessageW | ( | HANDLE | hServer, |
DWORD | SessionId, | ||
LPWSTR | pTitle, | ||
DWORD | TitleLength, | ||
LPWSTR | pMessage, | ||
DWORD | MessageLength, | ||
DWORD | Style, | ||
DWORD | Timeout, | ||
DWORD * | pResponse, | ||
BOOL | bWait | ||
) |
Definition at line 656 of file wtsapi32.c.
BOOL WINAPI WTSSetUserConfigA | ( | LPSTR | pServerName, |
LPSTR | pUserName, | ||
WTS_CONFIG_CLASS | WTSConfigClass, | ||
LPSTR | pBuffer, | ||
DWORD | DataLength | ||
) |
Definition at line 666 of file wtsapi32.c.
BOOL WINAPI WTSSetUserConfigW | ( | LPWSTR | pServerName, |
LPWSTR | pUserName, | ||
WTS_CONFIG_CLASS | WTSConfigClass, | ||
LPWSTR | pBuffer, | ||
DWORD | DataLength | ||
) |
Definition at line 675 of file wtsapi32.c.
Definition at line 684 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 748 of file wtsapi32.c.
Definition at line 757 of file wtsapi32.c.
Definition at line 766 of file wtsapi32.c.
Definition at line 775 of file wtsapi32.c.
Definition at line 784 of file wtsapi32.c.
BOOL WINAPI WTSVirtualChannelQuery | ( | HANDLE | hChannelHandle, |
WTS_VIRTUAL_CLASS | WtsVirtualClass, | ||
PVOID * | ppBuffer, | ||
DWORD * | pBytesReturned | ||
) |
Definition at line 794 of file wtsapi32.c.
BOOL WINAPI WTSVirtualChannelRead | ( | HANDLE | hChannelHandle, |
ULONG | TimeOut, | ||
PCHAR | Buffer, | ||
ULONG | BufferSize, | ||
PULONG | pBytesRead | ||
) |
Definition at line 803 of file wtsapi32.c.
BOOL WINAPI WTSVirtualChannelWrite | ( | HANDLE | hChannelHandle, |
PCHAR | Buffer, | ||
ULONG | Length, | ||
PULONG | pBytesWritten | ||
) |
Definition at line 812 of file wtsapi32.c.
Definition at line 821 of file wtsapi32.c.