Cms_MMSWbmp.h
上传用户:tqh2500
上传日期:2014-05-09
资源大小:163k
文件大小:1k
开发平台:

Visual C++

  1. /*=====================================================================
  2.  Copyright (c) 2001-2002 MobileSoft Corporation
  3.     All Rights Reserved.
  4.     $Logfile: Cms_MMSWbmp.h
  5.     $Revision:
  6.     $vision:       1.00
  7.     $Date:         04/17/2003
  8.     $Author:       mobilesoft app group
  9. $Declare: 
  10. This document contains information proprietary to MobileSoft  
  11.  Technology (Nanjing),  Corp.    Transmittal, receipt, or possession 
  12.  of this document does not express, license, or imply any rights to 
  13.  use, sell, design, or manufacture from this information. No reproduction, 
  14.  publication, or disclosure of this information, in whole or in part, 
  15.  shall be made without prior written authorization from an officer of 
  16.  MobileSoft Technology (NanJing), Corp.
  17. Abstract:
  18. Modified By:
  19. Environment: 
  20. Revision History:
  21. =====================================================================*/
  22. #ifndef CMSWBMP_H
  23. #define CMSWBMP_H
  24. typedef int (*bmpdrawproc)(int, int,short);//callback used to wbmp draw pixel
  25. int GetWbmpInfo(char *filename,int screenwidth,int *pwidth,int *pheight);
  26. int DrawWbmp(char *filename, bmpdrawproc pDrawPixe,unsigned int xPos, unsigned int yPos,unsigned int screenwidth);  //  Modified by TIPrj[2005/7/20]
  27. #endif /* CMSWBMP_H */