⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmswbmp.h

📁 是一个手机功能的模拟程序
💻 H
字号:

/*=====================================================================

  Copyright (c) 2001-2002 MobileSoft Corporation
  
    All Rights Reserved.
	
	  $Logfile: cmswbmp.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 CMSWBMP_H
#define CMSWBMP_H

#include "mmsgloble.h"

/****************************** Function Types ************************/
#if __cplusplus 
extern "C" {
#endif
MMS_S32	get_wbmp_size(MMS_S8 *filename, MMS_U32 *w, MMS_U32 *h);
MMS_S32	draw_wbmp(MMS_S8 *filename, MMS_U32 x, MMS_U32 y, MMS_U32 w, MMS_U32 h);
MMS_U8 *MMS_ParserWbmp(MMS_S8 *filename, MMS_S32 *w, MMS_S32 *h);
MMS_VOID MMS_DrawWBMPAlbum(MMS_S8* filename);
#if __cplusplus 
}
#endif

#endif /* CMSWBMP_H */

⌨️ 快捷键说明

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