Searched refs:pResTxt (Results 1 – 1 of 1) sorted by relevance
253 int SendCommand(DbgCtrl* pCtrl, const char *pCmd, char **pResTxt, DWORD *pLength) in SendCommand() argument255 return (m_pSendCommand) ? (*m_pSendCommand)(pCtrl, pCmd, pResTxt, pLength) : -1; in SendCommand()