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_callback.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,Mobilesoft Technology(Nanjing) Co.,LTD.
- * All rights reserved.
- *
- * FileName : Cms_callback.h
- * Description :
- *
- * Version : v1.0.0
- * Author : palmsource
- * StartDate : 2005/7/14
- * FinishDate :
- */
- #ifndef CMS_CALLBACK_H
- #define CMS_CALLBACK_H
- /*------------------------------------------------------------------------
- *
- *
- *
- * the declaration of 2 callback of MMS lib & SMS PUSH handler
- *
- *
- *
- ------------------------------------------------------------------------*/
- typedef int (*mmsproc)(int, void *,int);//callback used between mms library and the upper
- typedef int (*smsproc)(int, void *,int);//used at the function handling with sms
- typedef int (*brwproc)(int, void *,int);//browser库与上层交互的回调函数
- #endif