cmsimage.h
来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 69 行
H
69 行
/*=====================================================================
Copyright (c) 2001-2002 MobileSoft Corporation
All Rights Reserved.
$Logfile: cmsimage.h
$Revision:
$vision: 1.00
$Date: 07/21/2002
$Author: hulf
$Declare:
This document contains information proprietary to MobileSoft
Technology (Nanjing), Corp. Transmittal, receipt, or possession
of this document does not express, license, or imply any rights to
use, sell, design, or manufacture from this information. No reproduction,
publication, or disclosure of this information, in whole or in part,
shall be made without prior written authorization from an officer of
MobileSoft Technology (NanJing), Corp.
Abstract:
Modified By:
Environment:
Revision History:
=====================================================================*/
#ifndef CMSIMAGE_H
#define CMSIMAGE_H
#include "mmsgloble.h"
/***************************************************************/
#if __cplusplus
extern "C" {
#endif
//MMS_S32 mms_get_image_type(MMS_S8 *filename, MMS_S8 *imagetype);//remed by JeffreyYao, 1-7-2004
//MMS_S32 mms_get_image_size(MMS_S8 *filename, MMS_U32 *w, MMS_U32 *h, MMS_S8 *imagetype, pPlayer mmsplayer);
MMS_S32 mms_draw_image(MMS_S8 *filename, MMS_U32 x, MMS_U32 y, MMS_U32 w, MMS_U32 h, MMS_S8 imagetype, pPlayer mmsplayer);
#if __cplusplus
}
#endif
#endif /* CMSIMAGE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?