Searched refs:NWC24MsgBoxId (Results 1 – 8 of 8) sorted by relevance
| /RevoEX-2.3/build/demos/nwc24demo/include/ |
| D | MsgViewer.h | 135 void GetMsgIdList ( NWC24MsgBoxId mBoxId ); 136 void ReleaseMsgIdList ( NWC24MsgBoxId mBoxId ); 137 BOOL ReadSubject ( char* buf, u32 size, NWC24MsgBoxId mBoxId, u32 msgId ); 138 void GetListedSubjects ( NWC24MsgBoxId mBoxId ); 139 void ReleaseListedSubjects( NWC24MsgBoxId mBoxId );
|
| /RevoEX-2.3/include/revolution/nwc24/ |
| D | NWC24Types.h | 128 typedef enum NWC24MsgBoxId enum 133 } NWC24MsgBoxId; typedef
|
| D | NWC24Msg.h | 379 NWC24Err NWC24GetNumMsgs ( NWC24MsgBoxId mboxId, u32* numMsgs ); 380 NWC24Err NWC24GetMsgIdList ( NWC24MsgBoxId mboxId, u32* idTable, u32 size ); 381 NWC24Err NWC24GetMsgObj ( NWC24MsgObj* obj, NWC24MsgBoxId mboxId, u32 msgId ); 382 NWC24Err NWC24DeleteMsg ( NWC24MsgBoxId mboxId, u32 msgId ); 384 NWC24Err NWC24CheckMsgBoxSpace ( NWC24MsgBoxId mboxId, u32 numMsgs, u32 size ); 391 NWC24Err NWC24SetSearchCondMsgBox ( NWC24MsgBoxId mBoxId );
|
| /RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/ |
| D | MsgViewer.c | 223 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()
|
| D | MsgViewerUpdate.c | 51 static BOOL GetMsgData ( MsgData* msgData, NWC24MsgBoxId mBoxId, u32 msgId ); 54 static void CreateMessage ( NWC24MsgBoxId mBoxId ); 113 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()
|
| D | MsgViewerRender.c | 80 static void RenderMsgList ( NWC24MsgBoxId mBoxId ); 110 … NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in Render() 186 static void RenderMsgList( NWC24MsgBoxId mBoxId ) in RenderMsgList()
|
| /RevoEX-2.3/build/demos/nwc24demo/src/MsgList/ |
| D | MsgList.c | 59 void ListMessageBox( NWC24MsgBoxId mBoxId ); 131 void ListMessageBox( NWC24MsgBoxId mBoxId ) in ListMessageBox()
|
| /RevoEX-2.3/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()
|