Searched refs:pLength (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.3.3/tools/DebuggerLauncher/ |
| D | CLOADRUNCTR.H | 253 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() 267 int PollEvent(DbgCtrl* pCtrl, int *pEvent, char** pEvtTxt, DWORD *pLength) in PollEvent() argument 269 return (m_pPollEvent) ? (*m_pPollEvent)(pCtrl, pEvent, pEvtTxt, pLength) : -1; in PollEvent() 275 int PollLog(DbgCtrl* pCtrl, char** pLogTxt, DWORD *pLength) in PollLog() argument 278 return (m_pPollLog) ? (*m_pPollLog)(pCtrl, pLogTxt, pLength) : -1; in PollLog()
|