ReactOS 0.4.16-dev-434-g1dfba2a
|
#include <win32k.h>
Go to the source code of this file.
Macros | |
#define | SERVER_TO_CLIENT(ptr) ((PVOID)((ULONG_PTR)ptr - pUserConnect->siClient.ulSharedDelta)) |
DBG_DEFAULT_CHANNEL | ( | UserMisc | ) |
Definition at line 1288 of file desktop.c.
Referenced by NtUserGetThreadDesktop(), and NtUserSetInformationThread().
BOOL APIENTRY NtUserBitBltSysBmp | ( | HDC | hdc, |
INT | nXDest, | ||
INT | nYDest, | ||
INT | nWidth, | ||
INT | nHeight, | ||
INT | nXSrc, | ||
INT | nYSrc, | ||
DWORD | dwRop | ||
) |
Definition at line 17 of file ntstubs.c.
Definition at line 48 of file ntstubs.c.
Referenced by DragObject().
Definition at line 63 of file ntstubs.c.
Referenced by DrawAnimatedRects().
BOOL APIENTRY NtUserGetAltTabInfo | ( | HWND | hwnd, |
INT | iItem, | ||
PALTTABINFO | pati, | ||
LPWSTR | pszItemText, | ||
UINT | cchItemText, | ||
BOOL | Ansi | ||
) |
Definition at line 86 of file ntstubs.c.
Referenced by GetAltTabInfoA(), and GetAltTabInfoW().
NTSTATUS APIENTRY NtUserInitializeClientPfnArrays | ( | PPFNCLIENT | pfnClientA, |
PPFNCLIENT | pfnClientW, | ||
PPFNCLIENTWORKER | pfnClientWorker, | ||
HINSTANCE | hmodUser | ||
) |
Definition at line 101 of file ntstubs.c.
Referenced by RegisterClientPFN().
Definition at line 912 of file ntstubs.c.
Referenced by LockWindowUpdate().
BOOL NTAPI NtUserNotifyProcessCreate | ( | HANDLE | NewProcessId, |
HANDLE | ParentThreadId, | ||
ULONG | dwUnknown, | ||
ULONG | CreateFlags | ||
) |
Definition at line 463 of file ntstubs.c.
Referenced by CSR_SERVER_DLL_INIT().
NTSTATUS APIENTRY NtUserProcessConnect | ( | IN HANDLE | ProcessHandle, |
OUT PUSERCONNECT | pUserConnect, | ||
IN ULONG | Size | ||
) |
Definition at line 476 of file ntstubs.c.
Referenced by ClientThreadSetupHelper(), Init(), START_TEST(), and UserClientConnect().
NTSTATUS APIENTRY NtUserQueryInformationThread | ( | IN HANDLE | ThreadHandle, |
IN USERTHREADINFOCLASS | ThreadInformationClass, | ||
OUT PVOID | ThreadInformation, | ||
IN ULONG | ThreadInformationLength | ||
) |
Definition at line 574 of file ntstubs.c.
BOOL APIENTRY NtUserRealInternalGetMessage | ( | LPMSG | lpMsg, |
HWND | hWnd, | ||
UINT | wMsgFilterMin, | ||
UINT | wMsgFilterMax, | ||
UINT | wRemoveMsg, | ||
BOOL | bGMSG | ||
) |
Definition at line 616 of file ntstubs.c.
Referenced by ResetMessagePumpHook().
Definition at line 630 of file ntstubs.c.
Referenced by ResetMessagePumpHook().
Definition at line 214 of file ntstubs.c.
Referenced by RegisterTasklist().
NTSTATUS APIENTRY NtUserSetInformationThread | ( | IN HANDLE | ThreadHandle, |
IN USERTHREADINFOCLASS | ThreadInformationClass, | ||
IN PVOID | ThreadInformation, | ||
IN ULONG | ThreadInformationLength | ||
) |
Definition at line 673 of file ntstubs.c.
Referenced by CSR_API(), EndNowThreadProc(), UserClientConnect(), UserExitReactOS(), and UserServerHardError().
BOOL APIENTRY NtUserSetSysColors | ( | int | cElements, |
IN CONST INT * | lpaElements, | ||
IN CONST COLORREF * | lpaRgbValues, | ||
FLONG | Flags | ||
) |
Definition at line 288 of file ntstubs.c.
Referenced by SetSysColors().