mguardpimmgrdllmain.cpp,v
来自「symbian s60手机上的短信拦截源代码。」· CPP,V 代码 · 共 100 行
CPP,V
100 行
head 1.2;access;symbols arelease:1.1.1.1 avendor:1.1.1;locks; strict;comment @// @;1.2date 2007.07.30.13.31.21; author administrator; state dead;branches;next 1.1;deltatype text;permissions 444;commitid a9046ade828163f;kopt kv;filename @MGuardPIMMgrDllMain.cpp@;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.2log@no message@text@/** ============================================================================* Name : MGuardPIMMgrDll.cpp * Part of : MGuardPIMMgr* Created : 18.07.2007 by xueyw* Description:* MGuardPIMMgrDll.cpp - main DLL source* Version :* Copyright: * ============================================================================*/// Include Files #include <e32std.h> // GLDEF_C#include "MGuardPIMMgr.pan" // panic codes// Global FunctionsGLDEF_C void Panic(TMGuardPIMMgrPanic aPanic)// Panics the thread with given panic code { User::Panic(_L("MGUARDPIMMGR"), aPanic); }// Exported FunctionsEXPORT_C TInt E32Dll(TDllReason /*aReason*/)// Called when the DLL is loaded and unloaded. Note: have to define// epoccalldllentrypoints in MMP file to get this called in THUMB. { return KErrNone; }// End of file @1.1log@Initial revision@text@@1.1.1.1log@no message@text@@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?