plxmms_edit.h

来自「mtk wap和mms代码。。适应mtk 25。26平台」· C头文件 代码 · 共 51 行

H
51
字号
/***************************************************************************
 *
 *                      Pollex Mobile Platform
 *
 * Copyright (c) 2004 by Pollex Mobile Software Co., Ltd. 
 *                       All Rights Reserved 
 *
 * Module   : 
 *
 * Purpose  : 
 *
\**************************************************************************/
#ifndef _PLXMMS_EDIT_H

#define _PLXMMS_EDIT_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_RecvEdit.h"
#include "PlxMms_Obj.h"
#include "PlxMmsPubInterface.h"

//macros

//struct
typedef struct tagMmsSendParam
{
    char* content;
    char  subject[MMS_MAX_SUB_LEN];
    long  content_len;
    char  pathname[64];
    int   file_type;
    char  number[128];
}MmsSendParam;

//public functions
BOOL CreateMmsEdit(void* mmse, long id, enum EditMode mode, 
                   char* folder, U16 screen, U16 send_screen, 
				   PlxMmsBoxEditCBPtr box_callback);

BOOL CreateMmsEditWithContent(PlxMmsContentParam* param, PlxMmsPubCallback callback);
BOOL SendMmsDirect(void* mmse, MmsSendParam* param);
void MmsEditGoBackToIdle(void);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?