uis_autostarter.h.svn-base
来自「一个在symbian环境下mdl自启动的列子」· SVN-BASE 代码 · 共 31 行
SVN-BASE
31 行
#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 + =
减小字号Ctrl + -
显示快捷键?