ReactOS 0.4.16-dev-732-g2d1144a
|
#include <precomp.h>
Public Attributes | |
BOOL | abort |
BOOL | force |
BOOL | logoff |
BOOL | restart |
BOOL | shutdown |
BOOL | document_reason |
BOOL | hibernate |
DWORD | shutdown_delay |
LPWSTR | remote_system |
LPWSTR | message |
DWORD | reason |
BOOL | show_gui |
BOOL CommandLineOptions::abort |
Definition at line 36 of file precomp.h.
Referenced by ParseArguments(), and wmain().
BOOL CommandLineOptions::document_reason |
Definition at line 41 of file precomp.h.
Referenced by ParseArguments().
BOOL CommandLineOptions::force |
Definition at line 37 of file precomp.h.
Referenced by ParseArguments(), and wmain().
BOOL CommandLineOptions::hibernate |
Definition at line 42 of file precomp.h.
Referenced by ParseArguments(), and wmain().
BOOL CommandLineOptions::logoff |
Definition at line 38 of file precomp.h.
Referenced by ParseArguments(), and wmain().
LPWSTR CommandLineOptions::message |
Definition at line 45 of file precomp.h.
Referenced by ParseArguments(), and wmain().
DWORD CommandLineOptions::reason |
Definition at line 46 of file precomp.h.
Referenced by ParseArguments(), and wmain().
LPWSTR CommandLineOptions::remote_system |
Definition at line 44 of file precomp.h.
Referenced by ParseArguments(), and wmain().
BOOL CommandLineOptions::restart |
Definition at line 39 of file precomp.h.
Referenced by ParseArguments(), and wmain().
BOOL CommandLineOptions::show_gui |
Definition at line 47 of file precomp.h.
Referenced by ParseArguments(), and wmain().
BOOL CommandLineOptions::shutdown |
Definition at line 40 of file precomp.h.
Referenced by ParseArguments(), and wmain().
DWORD CommandLineOptions::shutdown_delay |
Definition at line 43 of file precomp.h.
Referenced by ParseArguments(), and wmain().