ReactOS
0.4.14-dev-599-g2d4d3f5
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | NT_ROF(x) |
NTSTATUS AllocW32Process | ( | IN PEPROCESS | Process, |
OUT PPROCESSINFO * | W32Process | ||
) |
Definition at line 58 of file main.c.
Referenced by InitProcessCallback().
NTSTATUS AllocW32Thread | ( | IN PETHREAD | Thread, |
OUT PTHREADINFO * | W32Thread | ||
) |
Definition at line 365 of file main.c.
Referenced by InitThreadCallback().
INIT_FUNCTION NTSTATUS APIENTRY DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 895 of file main.c.
Definition at line 296 of file main.c.
Referenced by InitProcessCallback(), and Win32kProcessCallback().
Definition at line 677 of file main.c.
Referenced by InitThreadCallback(), and Win32kThreadCallback().
Definition at line 18 of file init.c.
Referenced by InitProcessCallback().
Definition at line 47 of file init.c.
Referenced by ExitProcessCallback().
Definition at line 223 of file main.c.
Referenced by Win32kProcessCallback().
Definition at line 438 of file main.c.
Referenced by Win32kThreadCallback().
VOID UserDeleteW32Process | ( | _Pre_notnull_ __drv_freesMem(Mem) PPROCESSINFO | ppiCurrent | ) |
VOID UserDeleteW32Thread | ( | PTHREADINFO | pti | ) |
Definition at line 404 of file main.c.
VOID UserDisplayNotifyShutdown | ( | PPROCESSINFO | ppiCurrent | ) |
Definition at line 939 of file display.c.
Referenced by ExitThreadCallback().
Definition at line 122 of file main.c.
Referenced by InitProcessCallback().
Definition at line 175 of file main.c.
Referenced by ExitProcessCallback().
Definition at line 335 of file main.c.
Referenced by DriverEntry().
NTSTATUS APIENTRY Win32kThreadCallback | ( | PETHREAD | Thread, |
PSW32THREADCALLOUTTYPE | Type | ||
) |
Definition at line 843 of file main.c.
Referenced by DriverEntry().
PPROCESSINFO gppiList = NULL |
Definition at line 31 of file main.c.
Referenced by ExitProcessCallback(), and InitProcessCallback().
PSERVERINFO gpsi = NULL |
Definition at line 27 of file main.c.
Referenced by alloc_user_entry(), co_IntInitializeDesktopGraphics(), co_IntSendActivateMessages(), co_IntSendMessageTimeout(), co_IntSetCaretPos(), co_IntSetupOBM(), co_IntSetWndIcons(), co_IntShellHookNotify(), co_MsqInsertMouseMessage(), co_MsqSendMessage(), co_UserCreateWindowEx(), co_UserDestroyWindow(), co_UserShowCaret(), co_WinPosSetWindowPos(), CreateSysColorObjects(), DefWndControlColor(), DefWndGetIcon(), DefWndHandleSetCursor(), DefWndSetIcon(), DrawFocusRect(), DriverEntry(), EnumerateCallback(), free_user_entry(), GetLastInputInfo(), GetSysColor(), GetSysColorBrush(), GetSystemMetrics(), InitMetrics(), InitUserAtoms(), IntCoalesceMouseMove(), IntCreateClass(), IntCreateDesktop(), IntCreateWindow(), IntDeactivateWindow(), IntDefWindowProc(), IntDrawState(), IntFlashWindowEx(), IntGetSysColor(), IntGetSysColorBrush(), IntGetWindowContextHelpId(), IntGrayString(), IntImmProcessKey(), IntIsFontRenderingEnabled(), IntIsGhostWindow(), IntLastInputTick(), IntNotifyWinEvent(), IntRealChildWindowFromPoint(), IntRemoveEvent(), IntSetCaretBlinkTime(), IntSetSrvEventMask(), IntSetSysColors(), IntTranslateKbdMessage(), IsDialogMessageW(), IsWinEventHookInstalled(), LoadSystemCursors(), LoadUserApiHook(), MENU_AdjustMenuItemRect(), MENU_CalcItemSize(), MENU_DrawMenuItem(), MENU_DrawScrollArrows(), MENU_EnsureMenuItemVisible(), MENU_InitPopup(), MouseSafetyOnDrawEnd(), NC_IconForWindow(), NotifyWinEvent(), NtUserCallHwnd(), NtUserCallHwndParam(), NtUserCallNoParam(), NtUserCallOneParam(), NtUserCreateCaret(), NtUserGetCaretBlinkTime(), NtUserGetClassName(), NtUserGetComboBoxInfo(), NtUserGetCursorInfo(), NtUserGetListBoxInfo(), NtUserInitializeClientPfnArrays(), NtUserMessageCall(), NtUserNotifyWinEvent(), NtUserProcessConnect(), PostTimerMessages(), ProcessKeyEvent(), RealGetSystemMetrics(), RegisterControlAtoms(), SpiGetSet(), SpiUpdatePerUserSystemParameters(), SystemTimerProc(), UITOOLS_DrawCheckedRect(), UpdatePerUserImmEnabling(), UserAttachThreadInput(), UserChangeDisplaySettings(), UserClipCursor(), UserDrawWindowFrame(), UserGetSystemMetrics(), UserInitialize(), UserPaintCaption(), UserPostMessage(), UserPostThreadMessage(), UserRegisterUserApiHook(), UserSendMouseInput(), UserSendNotifyMessage(), UserSetCursor(), UserSetCursorPos(), UserShowCursor(), UserUnregisterUserApiHook(), and UserUpdateMonitorSize().
USHORT gusLanguageID |
Definition at line 29 of file main.c.
Referenced by DriverEntry(), ftGdiGetRasterizerCaps(), GetFontPenalty(), IntGetOutlineTextMetrics(), IntInitFontNames(), MatchFontNames(), and TextIntRealizeFont().
HANDLE hModuleWin |
Definition at line 16 of file main.c.
Referenced by DriverEntry(), and UserRegisterSystemClasses().
PPROCESSINFO ppiScrnSaver |
Definition at line 30 of file main.c.
Referenced by co_IntSetForegroundAndFocusWindow(), DoTheScreenSaver(), UserProcessCreate(), and UserProcessDestroy().
ULONG Win32kNumberOfSysCalls |
Definition at line 22 of file napi.h.
Referenced by DriverEntry().
ULONG_PTR Win32kSSDT[] |
Definition at line 9 of file napi.h.
Referenced by DriverEntry().
UCHAR Win32kSSPT[] |
Definition at line 15 of file napi.h.
Referenced by DriverEntry().