plxmms_view.h
来自「mtk wap和mms代码。。适应mtk 25。26平台」· C头文件 代码 · 共 36 行
H
36 行
/***************************************************************************
*
* Pollex Mobile Platform
*
* Copyright (c) 2004 by Pollex Mobile Software Co., Ltd.
* All Rights Reserved
*
* Module :
*
* Purpose :
*
\**************************************************************************/
#ifndef _PLXMMS_VIEW_H
#define _PLXMMS_VIEW_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 "PlxMmsPubInterface.h"
//for box
BOOL CreateMmsViewWithID(void* mmse, long id, const char* folder, U16 screen);
//for edit preview
BOOL CreateMmsView(MmsMessage* message, const char* folder, U16 screen);
BOOL ViewDeliveryReport(void* mmse, long id);
void MmsViewGoBackToIdle(void);
void ReleaseLastMmsView(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?