📄 launchsysappengine.h
字号:
/*
*========================================================
* 文件名 : LaunchSysAppEngine.h
* 功能 : 调用手机自带的应用程序
* 创建 : 13/11/2006 chenqing
* 说明 :
* 项目 : Netfrog
* 版本 : 1.0
* 版权 : 深圳千寻网有限公司
*=========================================================
*/
#ifndef _LAUNCHSYSAPPENGINE_H_
#define _LAUNCHSYSAPPENGINE_H_
#include <coecntrl.h>
class CGALaunchSysAppEngine : public CCoeControl
{
public:
CGALaunchSysAppEngine();
virtual ~CGALaunchSysAppEngine();
public:
//通过文件关联的方式调用手机自带的应用程序
TBool LaunchAssociateFileL(const TDesC& aFileName);
//通过应用程序的UID来启动它
TBool LaunchSysAppByUidL(const TUid id);
TBool LaunchCameraL();
};
#endif // !defined(AFX_LAUNCHSYSAPPENGINE_H__FA6D81C6_F89A_4025_94F3_A1AB0610DF49__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -