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

📄 mguardezboot.h,v

📁 symbian s60手机上的短信拦截源代码。
💻 H,V
字号:
head	1.1;branch	1.1.1;access;symbols	v1_0:1.1.1.1	xueyw:1.1.1	v111:1.1.1.1	MGuard:1.1.1	arelease:1.1.1.1	avendor:1.1.1;locks; strict;comment	@ * @;1.1date	2007.07.24.10.59.30;	author administrator;	state Exp;branches	1.1.1.1;next	;deltatype	text;permissions	644;1.1.1.1date	2007.07.24.10.59.30;	author administrator;	state Exp;branches;next	;deltatype	text;permissions	644;desc@@1.1log@Initial revision@text@#include <apmrec.h> #define KUidRecog 271002048 class CMGuardEzBootRecog : public CApaDataRecognizerType	{	public: 		/**		 * Default constructor			 */        CMGuardEzBootRecog();		/**		 * Buffer size the recognizer needs		 * @@return Return the size of the buffer		 */        TUint PreferredBufSize();		/**		 * Claim the type supported by the recognizer		 * @@return return the type the recognizer supports		 */        TDataType SupportedDataTypeL( TInt aIndex ) const;		/**		 * Start a new thread			 */        static void BootUp();		/**		 * Create a cleanup stack			 */        static TInt BootUpKick( TAny *aParam );		/**		 * Startup our server			 */        static void BootUpKickL();        	private:		/**		 * Recognize file		 * @@param aName, name of the file		 * @@param aBuffer, signature		 */        void DoRecognizeL( TDesC& aName, const TDesC8& aBuffer );		/**		 * If header if recognized		 * @@param aBuf, signature		 * @@return ETrue, if recognized; EFalse, if not recognized		 */		/**		 * If name if recognized		 * @@param aName, file name		 * @@return ETrue, if recognized; EFalse, if not recognized		 */        TBool HeaderRecognized( const TDesC8& aBuf );        TBool NameRecognized( const TDesC& aName );	};@1.1.1.1log@no message@text@@

⌨️ 快捷键说明

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