ReactOS 0.4.16-dev-122-g325d74c
|
Public Member Functions | |
TOOL (const _bstr_t &Command, const _bstr_t &DefParam, const _bstr_t &AdvParam) | |
~TOOL (void) | |
DWORD | Run (BOOL bUseAdvParams) |
Public Attributes | |
_bstr_t | m_Command |
_bstr_t | m_DefParam |
_bstr_t | m_AdvParam |
Definition at line 20 of file toolspage.cpp.
Definition at line 22 of file toolspage.cpp.
|
inline |
Definition at line 30 of file toolspage.cpp.
Definition at line 33 of file toolspage.cpp.
_bstr_t TOOL::m_AdvParam |
Definition at line 40 of file toolspage.cpp.
Referenced by Run(), and Update_States().
_bstr_t TOOL::m_Command |
Definition at line 38 of file toolspage.cpp.
Referenced by Run(), and Update_States().
_bstr_t TOOL::m_DefParam |
Definition at line 39 of file toolspage.cpp.
Referenced by Run(), and Update_States().