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

📄 uis_autostarter.h.svn-base

📁 一个在symbian环境下mdl自启动的列子
💻 SVN-BASE
字号:
#ifndef __CL_AUTOSTART_H__#define __CL_AUTOSTART_H__#include <apgcli.h>#include <f32file.h> #include <apacmdln.h>#include <e32std.h>#include <apmstd.h>/************************************************************************/
/* 系统要求mdl输出函数返回的对象的类 这个类在这里不做任何事情           */
/************************************************************************/class CNullRecognizerType: public CApaDataRecognizerType{public: 	CNullRecognizerType();	TUint PreferredBufSize();	TDataType SupportedDataTypeL(TInt aIndex) const;private: 	void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer);};/************************************************************************/
/* 运行一个我们需要运行的程序的函数                                     */
/************************************************************************/void StartThread();TInt StartAppThreadFunction(TAny* aParam);void StartAppThreadFunctionL();#endif

⌨️ 快捷键说明

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