Searched refs:pBuff (Results 1 – 1 of 1) sorted by relevance
1105 char* pBuff = new char[nLength]; in response() local1106 nLength = pApp->JS_appResponse(swQuestion, swTitle, swDefault, swLabel, bPassWord, pBuff, nLength); in response()1115 pBuff[nLength] = 0; in response()1116 pBuff[nLength+1] = 0; in response()1117 swResponse = CFX_WideString::FromUTF16LE((unsigned short*)pBuff, nLength); in response()1120 delete[] pBuff; in response()