Searched refs:mBoxId (Results 1 – 7 of 7) sorted by relevance
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgList/ |
| D | MsgList.c | 56 void ListMessageBox( NWC24MsgBoxId mBoxId ); 128 void ListMessageBox( NWC24MsgBoxId mBoxId ) in ListMessageBox() argument 136 err = NWC24GetNumMsgs(mBoxId, &numMsgs); in ListMessageBox() 151 err = NWC24GetMsgIdList(mBoxId, idListBuf, bufSize); in ListMessageBox() 165 err = NWC24GetMsgObj(&msgObj, mBoxId, idListBuf[i]); in ListMessageBox() 184 if ( mBoxId == NWC24_SEND_BOX ) in ListMessageBox() 210 if ( mBoxId == NWC24_SEND_BOX ) in ListMessageBox()
|
| /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/build/demos/nwc24demo/src/MsgViewer/ |
| D | MsgViewer.c | 186 void GetMsgIdList( NWC24MsgBoxId mBoxId ) in GetMsgIdList() argument 190 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in GetMsgIdList() 192 err = NWC24GetNumMsgs( mBoxId, &g_numMsgs[mbType] ); in GetMsgIdList() 203 err = NWC24GetMsgIdList( mBoxId, g_idListBuf[mbType], g_numMsgs[mbType] ); in GetMsgIdList() 216 void ReleaseMsgIdList( NWC24MsgBoxId mBoxId ) in ReleaseMsgIdList() argument 218 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in ReleaseMsgIdList() 236 void GetListedSubjects( NWC24MsgBoxId mBoxId ) in GetListedSubjects() argument 242 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in GetListedSubjects() 255 err = NWC24GetMsgObj( &msgObj, mBoxId, g_idListBuf[mbType][idxIdListBuf] ); in GetListedSubjects() 293 void ReleaseListedSubjects( NWC24MsgBoxId mBoxId ) in ReleaseListedSubjects() argument [all …]
|
| 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() argument 100 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in GetMsgData() 102 err = NWC24GetMsgObj( &msgObj, mBoxId, msgId ); in GetMsgData() 250 static void CreateMessage( NWC24MsgBoxId mBoxId ) in CreateMessage() argument 265 if ( mBoxId == NWC24_SEND_BOX ) in CreateMessage() 725 … NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in UpdateDeleteMsg() local 728 err = NWC24DeleteMsg( mBoxId, g_idListBuf[mbType][ g_idxSelectedId[mbType] ] ); in UpdateDeleteMsg() 737 ReleaseMsgIdList( mBoxId ); in UpdateDeleteMsg() [all …]
|
| 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() local 100 RenderMsgList( mBoxId ); in Render() 169 static void RenderMsgList( NWC24MsgBoxId mBoxId ) in RenderMsgList() argument 174 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in RenderMsgList() 182 (mBoxId == NWC24_RECV_BOX) ? "Receive" : "Send" ); in RenderMsgList()
|
| /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() argument 161 err = NWC24GetNumMsgs(mBoxId, &NumMsgs); in GetIdList() 171 if ( mBoxId == NWC24_RECV_BOX ) in GetIdList() 184 err = NWC24GetMsgIdList(mBoxId, IdListBuf, NumMsgs); in GetIdList() 209 void ViewMessage( NWC24MsgBoxId mBoxId, u32 msgId ) in ViewMessage() argument 214 err = NWC24GetMsgObj(&msgObj, mBoxId, msgId); in ViewMessage() 222 if ( mBoxId == NWC24_RECV_BOX ) in ViewMessage()
|
| /RevoEX-2.1/include/revolution/nwc24/ |
| D | NWC24Msg.h | 380 NWC24Err NWC24SetSearchCondMsgBox ( NWC24MsgBoxId mBoxId );
|