plxmms_box.h
来自「mtk wap和mms代码。。适应mtk 25。26平台」· C头文件 代码 · 共 45 行
H
45 行
/***************************************************************************
*
* Pollex Mobile Platform
*
* Copyright (c) 2004 by Pollex Mobile Software Co., Ltd.
* All Rights Reserved
*
* Module :
*
* Purpose :
*
\**************************************************************************/
#ifndef _PLXMMS_BOX_H
#define _PLXMMS_BOX_H
#include "PlxMmsRes.h"
#include "../main/plxDefs.h"
#include "../main/plxPort.h"
#include "CommonScreens.h"
#include "plxmmse.h"
#include "PlxMms_Def.h"
#include "PlxMmsMessage.h"
#include "PlxMms_Info.h"
#include "PlxMms_View.h"
#include "PlxMmsPubInterface.h"
#include "..\public\PlxPublic.h"
//used by mms main screen to reset box data
void InitMmsBox(void);
//open mms message box
BOOL CreateMmsBox(void* mmse, char* folder);
//used to proecess mmse message and update message lise
BOOL MmsBoxCallback(long id, S16 old_state, S16 new_state);
//reset data to go back to idle
void MmsBoxGoBackToIdle(void);
//inpelement the public interface to open inbox
BOOL CreateMmsInbox(void);
//set notify icon in idle and notify sound
void StatusIconTest(BOOL bShow, int icon, BOOL bSnd);
//get total message count
int GetTotalMsgCount(void);
//
void UpdateInBoxIconForReading(long id);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?