Searched refs:msgId (Results 1 – 3 of 3) sorted by relevance
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/ |
| D | MsgViewerUpdate.c | 44 static BOOL GetMsgData ( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId ); 90 static BOOL GetMsgData( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId ) in GetMsgData() argument 102 err = NWC24GetMsgObj( &msgObj, mBoxId, msgId ); in GetMsgData() 399 u32 msgId; in UpdateRecvBox() local 406 msgId = g_idListBuf[MB_TYPE_RECV][g_idxIdTopOfList[MB_TYPE_RECV]]; in UpdateRecvBox() 415 err = NWC24GetMsgObj( &msgObj, NWC24_RECV_BOX, msgId ); in UpdateRecvBox() 460 u32 msgId; in UpdateRecvBox() local 470 msgId = g_idListBuf[MB_TYPE_RECV][idxIdBottomOfList]; in UpdateRecvBox() 479 err = NWC24GetMsgObj( &msgObj, NWC24_RECV_BOX, msgId ); in UpdateRecvBox() 555 u32 msgId; in UpdateSendBox() local [all …]
|
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgPrint/ |
| D | MsgPrint.c | 66 static void ViewMessage( NWC24MsgBoxId mBoxId, u32 msgId ); 209 void ViewMessage( NWC24MsgBoxId mBoxId, u32 msgId ) in ViewMessage() argument 214 err = NWC24GetMsgObj(&msgObj, mBoxId, msgId); in ViewMessage() 230 OSReport("Message ID: %07d\n", msgId); in ViewMessage()
|
| /RevoEX-2.1/include/revolution/nwc24/ |
| D | NWC24Msg.h | 336 NWC24Err NWC24GetMsgId ( const NWC24MsgObj* obj, u32* msgId ); 370 NWC24Err NWC24GetMsgObj ( NWC24MsgObj* obj, NWC24MsgBoxId mboxId, u32 msgId ); 371 NWC24Err NWC24DeleteMsg ( NWC24MsgBoxId mboxId, u32 msgId );
|