Searched refs:NWC24MsgBoxId (Results 1 – 8 of 8) sorted by relevance
| /RevoEX-2.1/build/demos/nwc24demo/include/ |
| D | MsgViewer.h | 124 void GetMsgIdList ( NWC24MsgBoxId mBoxId ); 125 void ReleaseMsgIdList ( NWC24MsgBoxId mBoxId ); 126 void GetListedSubjects ( NWC24MsgBoxId mBoxId ); 127 void ReleaseListedSubjects( NWC24MsgBoxId mBoxId );
|
| /RevoEX-2.1/include/revolution/nwc24/ |
| D | NWC24Types.h | 122 typedef enum NWC24MsgBoxId enum 127 } NWC24MsgBoxId; typedef
|
| D | NWC24Msg.h | 368 NWC24Err NWC24GetNumMsgs ( NWC24MsgBoxId mboxId, u32* numMsgs ); 369 NWC24Err NWC24GetMsgIdList ( NWC24MsgBoxId mboxId, u32* idTable, u32 size ); 370 NWC24Err NWC24GetMsgObj ( NWC24MsgObj* obj, NWC24MsgBoxId mboxId, u32 msgId ); 371 NWC24Err NWC24DeleteMsg ( NWC24MsgBoxId mboxId, u32 msgId ); 373 NWC24Err NWC24CheckMsgBoxSpace ( NWC24MsgBoxId mboxId, u32 numMsgs, u32 size ); 380 NWC24Err NWC24SetSearchCondMsgBox ( NWC24MsgBoxId mBoxId );
|
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/ |
| D | MsgViewer.c | 186 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()
|
| D | MsgViewerUpdate.c | 44 static BOOL GetMsgData ( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId ); 47 static void CreateMessage ( NWC24MsgBoxId mBoxId ); 90 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()
|
| D | MsgViewerRender.c | 70 static void RenderMsgList ( NWC24MsgBoxId mBoxId ); 97 … NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in Render() 169 static void RenderMsgList( NWC24MsgBoxId mBoxId ) in RenderMsgList()
|
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgList/ |
| D | MsgList.c | 56 void ListMessageBox( NWC24MsgBoxId mBoxId ); 128 void ListMessageBox( NWC24MsgBoxId mBoxId ) in ListMessageBox()
|
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgPrint/ |
| D | MsgPrint.c | 63 static void GetIdList( NWC24MsgBoxId mBoxId ); 66 static void ViewMessage( NWC24MsgBoxId mBoxId, u32 msgId ); 156 void GetIdList( NWC24MsgBoxId mBoxId ) in GetIdList() 209 void ViewMessage( NWC24MsgBoxId mBoxId, u32 msgId ) in ViewMessage()
|