2,851
社区成员




ISHELL_GetResSize(pThis->pMe->a.m_pIShell, ALARM_RES_FILE, (int16)idsString,
RESTYPE_STRING, &nSize);
//执行完nSize = 0;
pBuffer = (AECHAR *)MALLOC(nSize);
MEMSET(pBuffer, 0, nSize);
nSize = ISHELL_LoadResString(pThis->pMe->a.m_pIShell, ALARM_RES_FILE,
(int16)idsString, pBuffer, nSize);
//这里执行完nSize = 0;