📄 cms_callback.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 + -