ReactOS 0.4.15-dev-7788-g1ad9096
CommandLineOptions Struct Reference

#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
 

Detailed Description

Definition at line 34 of file precomp.h.

Member Data Documentation

◆ abort

BOOL CommandLineOptions::abort

Definition at line 36 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ document_reason

BOOL CommandLineOptions::document_reason

Definition at line 41 of file precomp.h.

Referenced by ParseArguments().

◆ force

BOOL CommandLineOptions::force

Definition at line 37 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ hibernate

BOOL CommandLineOptions::hibernate

Definition at line 42 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ logoff

BOOL CommandLineOptions::logoff

Definition at line 38 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ message

LPWSTR CommandLineOptions::message

Definition at line 45 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ reason

DWORD CommandLineOptions::reason

Definition at line 46 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ remote_system

LPWSTR CommandLineOptions::remote_system

Definition at line 44 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ restart

BOOL CommandLineOptions::restart

Definition at line 39 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ show_gui

BOOL CommandLineOptions::show_gui

Definition at line 47 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ shutdown

BOOL CommandLineOptions::shutdown

Definition at line 40 of file precomp.h.

Referenced by ParseArguments(), and wmain().

◆ shutdown_delay

DWORD CommandLineOptions::shutdown_delay

Definition at line 43 of file precomp.h.

Referenced by ParseArguments(), and wmain().


The documentation for this struct was generated from the following file: