Cms_MMSWbmp.h
资源名称:MMS.rar [点击查看]
上传用户:tqh2500
上传日期:2014-05-09
资源大小:163k
文件大小:1k
源码类别:
手机彩信(MMS)编程
开发平台:
Visual C++
- /*=====================================================================
- Copyright (c) 2001-2002 MobileSoft Corporation
- All Rights Reserved.
- $Logfile: Cms_MMSWbmp.h
- $Revision:
- $vision: 1.00
- $Date: 04/17/2003
- $Author: mobilesoft app group
- $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 CMSWBMP_H
- #define CMSWBMP_H
- typedef int (*bmpdrawproc)(int, int,short);//callback used to wbmp draw pixel
- int GetWbmpInfo(char *filename,int screenwidth,int *pwidth,int *pheight);
- int DrawWbmp(char *filename, bmpdrawproc pDrawPixe,unsigned int xPos, unsigned int yPos,unsigned int screenwidth); // Modified by TIPrj[2005/7/20]
- #endif /* CMSWBMP_H */