Lines Matching refs:mBoxId
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() argument
123 MsgBoxType mbType = (mBoxId == NWC24_RECV_BOX) ? MB_TYPE_RECV : MB_TYPE_SEND; in GetMsgData()
125 err = NWC24GetMsgObj( &msgObj, mBoxId, msgId ); in GetMsgData()
293 static void CreateMessage( NWC24MsgBoxId mBoxId ) in CreateMessage() argument
308 if ( mBoxId == NWC24_SEND_BOX ) in CreateMessage()
672 … NWC24MsgBoxId mBoxId = (g_selectedMenu == MB_MENU_RECV_BOX) ? NWC24_RECV_BOX : NWC24_SEND_BOX; in UpdateDeleteMsg() local
675 err = NWC24DeleteMsg( mBoxId, g_idListBuf[mbType][ g_idxSelectedId[mbType] ] ); in UpdateDeleteMsg()
685 ReleaseMsgIdList( mBoxId ); in UpdateDeleteMsg()
686 GetMsgIdList( mBoxId ); in UpdateDeleteMsg()
709 ReleaseListedSubjects( mBoxId ); in UpdateDeleteMsg()
710 GetListedSubjects( mBoxId ); in UpdateDeleteMsg()