ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <win32k.h>
Go to the source code of this file.
Functions | |
DBG_DEFAULT_CHANNEL (UserMisc) | |
BOOL FASTCALL | co_IntRegisterLogonProcess (HANDLE ProcessId, BOOL Register) |
DWORD_PTR APIENTRY | NtUserCallNoParam (DWORD Routine) |
DWORD_PTR APIENTRY | NtUserCallOneParam (DWORD_PTR Param, DWORD Routine) |
DWORD_PTR APIENTRY | NtUserCallTwoParam (DWORD_PTR Param1, DWORD_PTR Param2, DWORD Routine) |
BOOL APIENTRY | NtUserCallHwndLock (HWND hWnd, DWORD Routine) |
HWND APIENTRY | NtUserCallHwndOpt (HWND hWnd, DWORD Routine) |
DWORD APIENTRY | NtUserCallHwnd (HWND hWnd, DWORD Routine) |
DWORD APIENTRY | NtUserCallHwndParam (HWND hWnd, DWORD_PTR Param, DWORD Routine) |
DWORD APIENTRY | NtUserCallHwndParamLock (HWND hWnd, DWORD_PTR Param, DWORD Routine) |
Variables | |
HANDLE | gpidLogon = 0 |
Definition at line 18 of file simplecall.c.
Referenced by NtUserCallTwoParam().
DBG_DEFAULT_CHANNEL | ( | UserMisc | ) |
Definition at line 711 of file simplecall.c.
Referenced by NtUserxDeregisterShellHookWindow(), NtUserxGetWindowContextHelpId(), NtUserxRegisterShellHookWindow(), NtUserxSetMessageBox(), START_TEST(), Test_HwndParamRoutine_SetWindowContextHelpId(), Test_HwndRoutine_DeregisterShellHookWindow(), Test_HwndRoutine_GetWindowContextHelpId(), and Test_HwndRoutine_SetMsgBox().
Definition at line 585 of file simplecall.c.
Referenced by ImeWnd_OnImeSetContext(), NtUserxArrangeIconicWindows(), NtUserxDrawMenuBar(), NtUserxMDIRedrawFrame(), NtUserxSetForegroundWindow(), NtUserxUpdateWindow(), START_TEST(), Test_HwndLockRoutine_CheckImeShowStatusInThread(), Test_HwndLockRoutine_DrawMenuBar(), Test_HwndLockRoutine_GetSysMenuHandle(), and Test_HwndLockRoutine_UpdateWindow().
Definition at line 691 of file simplecall.c.
Referenced by NtUserxSetProgmanWindow(), and NtUserxSetTaskmanWindow().
Definition at line 767 of file simplecall.c.
Referenced by NtUserxClearWindowState(), NtUserxKillSystemTimer(), NtUserxNotifyWinEvent(), NtUserxSetDialogPointer(), NtUserxSetWindowContextHelpId(), NtUserxSetWindowState(), Test_HwndParamRoutine_SetWindowContextHelpId(), and Test_HwndRoutine_GetWindowContextHelpId().
Definition at line 884 of file simplecall.c.
Referenced by ImeWnd_OnImeSystem(), and NtUserxValidateRgn().
Definition at line 59 of file simplecall.c.
Referenced by EndDialog(), IsConsoleMode(), LoadUserApiHook(), NtUserxCreateMenu(), NtUserxCreatePopupMenu(), NtUserxDestroyCaret(), NtUserxGetMessagePos(), NtUserxInitMessagePump(), NtUserxMsqClearWakeMask(), NtUserxReleaseCapture(), NtUserxUnInitMessagePump(), Test_NoParamRoutine_CreateMenu(), Test_NoParamRoutine_CreatePopupMenu(), Test_NoParamRoutine_LoadUserApiHook(), UpdatePerUserImmEnabling(), and User32GetImeShowStatus().
Definition at line 153 of file simplecall.c.
Referenced by CreateSystemThreads(), DesktopPtrToUser(), GetProcessDefaultLayout(), GetWinStationInfo(), NtUserxAllowSetForegroundWindow(), NtUserxBeginDeferWindowPos(), NtUserxCreateEmptyCurObject(), NtUserxCreateSystemThreads(), NtUserxEnableProcessWindowGhosting(), NtUserxEnumClipboardFormats(), NtUserxGetCursorPos(), NtUserxGetDesktopMapping(), NtUserxGetKeyboardLayout(), NtUserxGetKeyboardType(), NtUserxGetQueueStatus(), NtUserxLockSetForegroundWindow(), NtUserxMessageBeep(), NtUserxMsqSetWakeMask(), NtUserxPostQuitMessage(), NtUserxRealizePalette(), NtUserxReleaseDC(), NtUserxReplyMessage(), NtUserxSetCaretBlinkTime(), NtUserxSetMessageExtraInfo(), NtUserxShowCursor(), NtUserxSwapMouseButton(), NtUserxWindowFromDC(), SetProcessDefaultLayout(), START_TEST(), Test_OneParamRoutine_BeginDeferWindowPos(), Test_OneParamRoutine_CreateEmptyCurObject(), Test_OneParamRoutine_MapDesktopObject(), Test_OneParamRoutine_SwapMouseButtons(), and Test_OneParamRoutine_WindowFromDC().
Definition at line 434 of file simplecall.c.
Referenced by MDI_UpdateFrameText(), NtUserxEnableWindow(), NtUserxRegisterLogonProcess(), NtUserxSetCaretPos(), NtUserxSetCursorPos(), NtUserxSetGUIThreadHandle(), NtUserxSetMenuBarHeight(), NtUserxShowOwnedPopups(), NtUserxSwitchToThisWindow(), NtUserxUnhookWindowsHook(), and NtUserxUpdateUiState().
HANDLE gpidLogon = 0 |
Definition at line 15 of file simplecall.c.
Referenced by CheckWinstaAttributeAccess(), co_IntCreateDefaultImeWindow(), co_IntRegisterLogonProcess(), InitThreadCallback(), IntCreateWindowStation(), IntWinStaObjectDelete(), NtUserGetThreadState(), NtUserLockWindowStation(), NtUserSetLogonNotifyWindow(), NtUserSetWindowStationUser(), NtUserSwitchDesktop(), NtUserUnlockWindowStation(), UserInitiateShutdown(), and UserProcessDestroy().