Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgList/
DMsgList.c135 u32* idListBuf; in ListMessageBox() local
153 idListBuf = (u32*)MEMAllocFromAllocator(&Allocator, bufSize); in ListMessageBox()
154 err = NWC24GetMsgIdList(mBoxId, idListBuf, numMsgs); in ListMessageBox()
166 OSReport(" [%08d] ", idListBuf[i]); in ListMessageBox()
168 err = NWC24GetMsgObj(&msgObj, mBoxId, idListBuf[i]); in ListMessageBox()
228 MEMFreeToAllocator(&Allocator, idListBuf); in ListMessageBox()