ReactOS 0.4.16-dev-753-g705a985
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | DEFAULT_AUTO_END_TASKS FALSE |
#define | DEFAULT_HUNG_APP_TIMEOUT 5000 |
#define | DEFAULT_WAIT_TO_KILL_APP_TIMEOUT 20000 |
#define | DEFAULT_PROCESS_TERMINATE_TIMEOUT 90000 |
Functions | |
static ULONG | GetRegIntFromID (IN HANDLE KeyHandle, IN PWCHAR ValueName, IN ULONG DefaultValue) |
VOID FASTCALL | GetTimeouts (IN PSHUTDOWN_SETTINGS ShutdownSettings) |
BOOL WINAPI | DllMain (IN HINSTANCE hInstanceDll, IN DWORD dwReason, IN LPVOID lpReserved) |
Variables | |
SHUTDOWN_SETTINGS | ShutdownSettings |
@DllMain
Core routine of the Utility Manager's library.
[in] | hDllInstance | The entry point instance of the library. |
[in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
[in] | lpvReserved | Reserved. |
|
static |
Definition at line 36 of file init.c.
Referenced by GetTimeouts().
VOID FASTCALL GetTimeouts | ( | IN PSHUTDOWN_SETTINGS | ShutdownSettings | ) |
Definition at line 87 of file init.c.
Referenced by CSR_API().
SHUTDOWN_SETTINGS ShutdownSettings |
Definition at line 24 of file init.c.
Referenced by CSR_API(), GetTimeouts(), NonConsoleProcessShutdown(), NotifyConsoleProcessForShutdown(), NotifyUserProcessForShutdown(), and UserClientShutdown().