plxmms_info.h
来自「mtk wap和mms代码。。适应mtk 25。26平台」· C头文件 代码 · 共 31 行
H
31 行
/***************************************************************************
*
* Pollex Mobile Platform
*
* Copyright (c) 2004 by Pollex Mobile Software Co., Ltd.
* All Rights Reserved
*
* Module :
*
* Purpose :
*
\**************************************************************************/
#ifndef _PLXMMS_INFO_H
#define _PLXMMS_INFO_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"
BOOL CreateMmsInfo(void* mmse, long id, const char* folder, U16 back_screen);
void MmsInfoGoBackToIdle(void);
extern char g_msg_info_buf[];
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?