Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/include/
DMsgViewer.h124 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/
DNWC24Types.h122 typedef enum NWC24MsgBoxId enum
127 } NWC24MsgBoxId; typedef
DNWC24Msg.h368 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/
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.c44 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()
725NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in UpdateDeleteMsg()
DMsgViewerRender.c70 static void RenderMsgList ( NWC24MsgBoxId mBoxId );
97NWC24MsgBoxId 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/
DMsgList.c56 void ListMessageBox( NWC24MsgBoxId mBoxId );
128 void ListMessageBox( NWC24MsgBoxId mBoxId ) in ListMessageBox()
/RevoEX-2.1/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()