Home
last modified time | relevance | path

Searched defs:mBoxId (Results 1 – 5 of 5) sorted by relevance

/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c223 void GetMsgIdList( NWC24MsgBoxId mBoxId ) in GetMsgIdList()
253 void ReleaseMsgIdList( NWC24MsgBoxId mBoxId ) in ReleaseMsgIdList()
276 BOOL ReadSubject( char* buf, u32 size, NWC24MsgBoxId mBoxId, u32 msgId ) in ReadSubject()
330 void GetListedSubjects( NWC24MsgBoxId mBoxId ) in GetListedSubjects()
362 void ReleaseListedSubjects( NWC24MsgBoxId mBoxId ) in ReleaseListedSubjects()
DMsgViewerUpdate.c113 static BOOL GetMsgData( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId ) in GetMsgData()
293 static void CreateMessage( NWC24MsgBoxId mBoxId ) in CreateMessage()
672 … NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in UpdateDeleteMsg() local
DMsgViewerRender.c110 … NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in Render() local
186 static void RenderMsgList( NWC24MsgBoxId mBoxId ) in RenderMsgList()
/RevoEX-2.3/build/demos/nwc24demo/src/MsgList/
DMsgList.c131 void ListMessageBox( NWC24MsgBoxId mBoxId ) in ListMessageBox()
/RevoEX-2.3/build/demos/nwc24demo/src/MsgPrint/
DMsgPrint.c156 void GetIdList( NWC24MsgBoxId mBoxId ) in GetIdList()
209 void ViewMessage( NWC24MsgBoxId mBoxId, u32 msgId ) in ViewMessage()