📄 uis_autostarter.h.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 + -