Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/MsgList/
DMsgList.c132 u32* idListBuf; in ListMessageBox() local
150 idListBuf = (u32*)MEMAllocFromAllocator(&Allocator, bufSize); in ListMessageBox()
151 err = NWC24GetMsgIdList(mBoxId, idListBuf, bufSize); in ListMessageBox()
163 OSReport(" [%08d] ", idListBuf[i]); in ListMessageBox()
165 err = NWC24GetMsgObj(&msgObj, mBoxId, idListBuf[i]); in ListMessageBox()
225 MEMFreeToAllocator(&Allocator, idListBuf); in ListMessageBox()