cms_callback.h

来自「主要用于彩信的开发」· C头文件 代码 · 共 27 行

H
27
字号
/*
* 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

⌨️ 快捷键说明

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