Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c51 static BOOL GetMsgData ( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId );
113 static BOOL GetMsgData( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId ) in GetMsgData() argument
125 err = NWC24GetMsgObj( &msgObj, mBoxId, msgId ); in GetMsgData()
446 u32 msgId; in UpdateRecvBox() local
453 msgId = g_idListBuf[MB_TYPE_RECV][g_idxIdTopOfList[MB_TYPE_RECV]]; in UpdateRecvBox()
464 (void)ReadSubject( subjectBuf, LEN_SUBJECT_DISP-1, NWC24_RECV_BOX, msgId ); in UpdateRecvBox()
482 u32 msgId; in UpdateRecvBox() local
492 msgId = g_idListBuf[MB_TYPE_RECV][idxIdBottomOfList]; in UpdateRecvBox()
503 (void)ReadSubject( subjectBuf, LEN_SUBJECT_DISP-1, NWC24_RECV_BOX, msgId ); in UpdateRecvBox()
550 u32 msgId; in UpdateSendBox() local
[all …]
DMsgViewer.c276 BOOL ReadSubject( char* buf, u32 size, NWC24MsgBoxId mBoxId, u32 msgId ) in ReadSubject() argument
284 err = NWC24GetMsgObj( &msgObj, mBoxId, msgId ); in ReadSubject()
/RevoEX-2.3/build/demos/nwc24demo/src/MsgPrint/
DMsgPrint.c66 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.3/build/demos/nwc24demo/include/
DMsgViewer.h137 BOOL ReadSubject ( char* buf, u32 size, NWC24MsgBoxId mBoxId, u32 msgId );
/RevoEX-2.3/include/revolution/nwc24/
DNWC24Msg.h347 NWC24Err NWC24GetMsgId ( const NWC24MsgObj* obj, u32* msgId );
381 NWC24Err NWC24GetMsgObj ( NWC24MsgObj* obj, NWC24MsgBoxId mboxId, u32 msgId );
382 NWC24Err NWC24DeleteMsg ( NWC24MsgBoxId mboxId, u32 msgId );