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

📄 cms_callback.h

📁 主要用于彩信的开发
💻 H
字号:
/*
* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -