Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Cms_MMSWbmp.h
Package: mms.rar [view]
Upload User: amanda_214
Upload Date: 2014-04-26
Package Size: 163k
Code Size: 1k
Category:
MMS
Development Platform:
C/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 */