ReactOS 0.4.16-dev-38-g96c65e9
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | NT_ROF(x) |
#define | USERLOCK_AND_ROF(x) |
Variables | |
HANDLE | hModuleWin |
PSERVERINFO | gpsi = NULL |
PPROCESSINFO | ppiScrnSaver |
PPROCESSINFO | gppiList = NULL |
ULONG_PTR | Win32kSSDT [] |
UCHAR | Win32kSSPT [] |
ULONG | Win32kNumberOfSysCalls |
_Function_class_ | ( | DRIVER_UNLOAD | ) |
Definition at line 911 of file main.c.
NTSTATUS AllocW32Process | ( | IN PEPROCESS | Process, |
OUT PPROCESSINFO * | W32Process | ||
) |
Definition at line 57 of file main.c.
Referenced by InitProcessCallback().
NTSTATUS AllocW32Thread | ( | IN PETHREAD | Thread, |
OUT PTHREADINFO * | W32Thread | ||
) |
Definition at line 372 of file main.c.
Referenced by InitThreadCallback().
NTSTATUS APIENTRY DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 955 of file main.c.
Definition at line 303 of file main.c.
Referenced by InitProcessCallback(), and Win32kProcessCallback().
Definition at line 708 of file main.c.
Referenced by InitThreadCallback(), and Win32kThreadCallback().
Definition at line 17 of file init.c.
Referenced by InitProcessCallback().
Definition at line 46 of file init.c.
Referenced by ExitProcessCallback().
Definition at line 230 of file main.c.
Referenced by Win32kProcessCallback().
Definition at line 455 of file main.c.
Referenced by Win32kThreadCallback().
VOID UserDeleteW32Process | ( | _Pre_notnull_ __drv_freesMem(Mem) PPROCESSINFO | ppiCurrent | ) |
Definition at line 95 of file main.c.
VOID UserDeleteW32Thread | ( | PTHREADINFO | pti | ) |
Definition at line 411 of file main.c.
VOID UserDisplayNotifyShutdown | ( | PPROCESSINFO | ppiCurrent | ) |
Definition at line 933 of file display.c.
Referenced by ExitThreadCallback().
Definition at line 121 of file main.c.
Referenced by InitProcessCallback().
Definition at line 174 of file main.c.
Referenced by ExitProcessCallback().
Definition at line 342 of file main.c.
Referenced by DriverEntry().
NTSTATUS APIENTRY Win32kThreadCallback | ( | PETHREAD | Thread, |
PSW32THREADCALLOUTTYPE | Type | ||
) |
Definition at line 886 of file main.c.
Referenced by DriverEntry().
PPROCESSINFO gppiList = NULL |
Definition at line 30 of file main.c.
Referenced by ExitProcessCallback(), and InitProcessCallback().
PSERVERINFO gpsi = NULL |
Definition at line 27 of file main.c.
Referenced by DriverEntry(), and UserDeleteW32Thread().
HANDLE hModuleWin |
Definition at line 16 of file main.c.
Referenced by DriverEntry(), and UserRegisterSystemClasses().
PPROCESSINFO ppiScrnSaver |
Definition at line 29 of file main.c.
Referenced by co_IntSetForegroundAndFocusWindow(), DoTheScreenSaver(), UserProcessCreate(), and UserProcessDestroy().
|
extern |
Definition at line 30 of file napi.h.
Referenced by DriverEntry().
|
extern |
Definition at line 9 of file napi.h.
Referenced by DriverEntry().
|
extern |
Definition at line 19 of file napi.h.
Referenced by DriverEntry().