|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <winreg.h>#include <winuser.h>#include <conutils.h>#include "resource.h"

Go to the source code of this file.
Classes | |
| struct | _REASON |
| struct | CommandLineOptions |
Macros | |
| #define | MAX_MESSAGE_SIZE 512 |
| #define | MAX_MAJOR_CODE 256 |
| #define | MAX_MINOR_CODE 65536 |
| #define | MAX_TIMEOUT 315360000 |
Typedefs | |
| typedef struct _REASON | REASON |
| typedef struct _REASON * | PREASON |
Functions | |
| DWORD | ParseReasonCode (LPCWSTR) |
| VOID | DisplayError (DWORD dwError) |
| BOOL | ShutdownGuiMain (struct CommandLineOptions opts) |
Variables | |
| const DWORD | defaultReason |
Definition at line 33 of file logoff.c.
Referenced by DriveDlgProc(), EnablePrivilege(), GetListOfTestExes(), GetNumberOfExesInFolder(), MoreOptDlgProc(), and wmain().
Definition at line 55 of file misc.c.
Referenced by ParseArguments().
| BOOL ShutdownGuiMain | ( | struct CommandLineOptions | opts | ) |
Definition at line 45 of file gui.c.
Referenced by wmain().
Definition at line 13 of file misc.c.
Referenced by ParseReasonCode().