Home
last modified time | relevance | path

Searched refs:NWC24MsgBoxId (Results 1 – 8 of 8) sorted by relevance

/RevoEX-2.3/build/demos/nwc24demo/include/
DMsgViewer.h135 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/
DNWC24Types.h128 typedef enum NWC24MsgBoxId enum
133 } NWC24MsgBoxId; typedef
DNWC24Msg.h379 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/
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.c51 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()
672NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in UpdateDeleteMsg()
DMsgViewerRender.c80 static void RenderMsgList ( NWC24MsgBoxId mBoxId );
110NWC24MsgBoxId 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/
DMsgList.c59 void ListMessageBox( NWC24MsgBoxId mBoxId );
131 void ListMessageBox( NWC24MsgBoxId mBoxId ) in ListMessageBox()
/RevoEX-2.3/build/demos/nwc24demo/src/MsgPrint/
DMsgPrint.c63 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()