dllentry.cpp

来自「symbina上可以使用一个xml解析器,对开发网络应用很有好处」· C++ 代码 · 共 13 行

CPP
13
字号
/* Copyright (C) 2004-2005 Darrell Karbott (djk2005@users.sf.net)
** This code is free software; you can redistribute it and/or
** modify it under the terms of GNU Lesser General Public License.
** See http://www.gnu.org/ for further details of the LGPL.
**/

#include <e32std.h>

GLDEF_C TInt E32Dll(TDllReason) 
{
  return KErrNone;
}

⌨️ 快捷键说明

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