Isle
Loading...
Searching...
No Matches
ConfigCommandLineInfo.cpp
Go to the documentation of this file.
2
3#include "decomp.h"
4
5DECOMP_SIZE_ASSERT(CCommandLineInfo, 0x24)
7
8// FUNCTION: CONFIG 0x00403b10
10{
11 currentConfigApp->m_run_config_dialog = FALSE;
12}
13
14// FUNCTION: CONFIG 0x00403bf0
15void CConfigCommandLineInfo::ParseParam(LPCSTR pszParam, BOOL bFlag, BOOL bLast)
16{
17 if (bFlag) {
18 if (lstrcmpiA(pszParam, "config") == 0) {
19 currentConfigApp->m_run_config_dialog = TRUE;
20 }
21 }
22}
[AI] Specialized command line parser for the configuration application.
void ParseParam(LPCSTR pszParam, BOOL bFlag, BOOL bLast) override
[AI] Overridden command line parameter parser.
#define currentConfigApp
[AI] Macro to access the currently running configuration application instance (cast from afxCurrentWi...
Definition: config.h:15
#define TRUE
Definition: d3drmdef.h:28
#define FALSE
Definition: d3drmdef.h:27
#define DECOMP_SIZE_ASSERT(T, S)
Definition: decomp.h:19
typedef BOOL(FAR PASCAL *LPDIENUMDEVICEOBJECTSCALLBACKA)(LPCDIDEVICEOBJECTINSTANCEA