Home
last modified time | relevance | path

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

/NW4C-1.2.23/tools/DebuggerLauncher/
DCLOADRUNCTR.H253 int SendCommand(DbgCtrl* pCtrl, const char *pCmd, char **pResTxt, DWORD *pLength) in SendCommand() argument
255 return (m_pSendCommand) ? (*m_pSendCommand)(pCtrl, pCmd, pResTxt, pLength) : -1; in SendCommand()