Home
last modified time | relevance | path

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

/RevoEX-3.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c186 void GetMsgIdList( NWC24MsgBoxId mBoxId ) in GetMsgIdList()
216 void ReleaseMsgIdList( NWC24MsgBoxId mBoxId ) in ReleaseMsgIdList()
236 void GetListedSubjects( NWC24MsgBoxId mBoxId ) in GetListedSubjects()
293 void ReleaseListedSubjects( NWC24MsgBoxId mBoxId ) in ReleaseListedSubjects()
DMsgViewerUpdate.c90 static BOOL GetMsgData( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId ) in GetMsgData()
250 static void CreateMessage( NWC24MsgBoxId mBoxId ) in CreateMessage()
725 … NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in UpdateDeleteMsg() local
DMsgViewerRender.c97 … NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in Render() local
169 static void RenderMsgList( NWC24MsgBoxId mBoxId ) in RenderMsgList()
/RevoEX-3.1/build/demos/nwc24demo/src/MsgList/
DMsgList.c128 void ListMessageBox( NWC24MsgBoxId mBoxId ) in ListMessageBox()
/RevoEX-3.1/build/demos/nwc24demo/src/MsgPrint/
DMsgPrint.c156 void GetIdList( NWC24MsgBoxId mBoxId ) in GetIdList()
209 void ViewMessage( NWC24MsgBoxId mBoxId, u32 msgId ) in ViewMessage()