ReactOS 0.4.16-dev-303-g11d5cb8
|
Explorer command line parser. More...
#include <explorer.h>
Public Member Functions | |
ExplorerCmd () | |
ExplorerCmd (LPCTSTR url, bool mdi) | |
bool | ParseCmdLine (LPCTSTR lpCmdLine) |
bool | EvaluateOption (LPCTSTR option) |
bool | IsValidPath () const |
Public Attributes | |
String | _path |
WCHAR | szPath [MAX_PATH] |
int | _flags |
int | _cmdShow |
bool | _mdi |
bool | _valid_path |
Explorer command line parser.
Definition at line 89 of file explorer.h.
|
inline |
Definition at line 91 of file explorer.h.
Definition at line 99 of file explorer.h.
Definition at line 777 of file explorer.cpp.
Referenced by ParseCmdLine().
bool ExplorerCmd::IsValidPath | ( | ) | const |
Definition at line 834 of file explorer.cpp.
Definition at line 733 of file explorer.cpp.
int ExplorerCmd::_cmdShow |
Definition at line 115 of file explorer.h.
int ExplorerCmd::_flags |
Definition at line 114 of file explorer.h.
Referenced by EvaluateOption().
bool ExplorerCmd::_mdi |
Definition at line 116 of file explorer.h.
Referenced by EvaluateOption().
String ExplorerCmd::_path |
Definition at line 112 of file explorer.h.
Referenced by EvaluateOption(), and IsValidPath().
bool ExplorerCmd::_valid_path |
Definition at line 117 of file explorer.h.
Definition at line 113 of file explorer.h.
Referenced by EvaluateOption().