Home
last modified time | relevance | path

Searched refs:m_lpCmdLine (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.4.1/guix_studio/
DCommandInfo.cpp92 void CCommandInfo::ReadCommandLineInfo(LPTSTR m_lpCmdLine) in ReadCommandLineInfo() argument
96 CString cmd(m_lpCmdLine); in ReadCommandLineInfo()
241 error_msg.Format(L"\nCommand: %s\nNo such option: [%s]\n", m_lpCmdLine, option); in ReadCommandLineInfo()
Dstudiox.cpp238 if(m_lpCmdLine[0]) in InitInstance()
240 pCmdInfo -> ReadCommandLineInfo(m_lpCmdLine); in InitInstance()
294 if (m_lpCmdLine[0]) in InitInstance()
DCommandInfo.h56 void ReadCommandLineInfo(LPTSTR m_lpCmdLine);