Symbian 自定义桌面图像的响应
2010-03-11 16:11:00 来源:WEB开发网核心提示:在NOKIA论坛里可以找到源码.搜索CKeyCapturer4.响应指定的APPRApaLsSession appArcSession;ret = KErrNone;CleanupClosePushL(appArcSession);ret = appArcSession.Connect();CApaCommandLin
在NOKIA论坛里可以找到源码.搜索CKeyCapturer
4.响应指定的APP
RApaLsSession appArcSession;
ret = KErrNone;
CleanupClosePushL(appArcSession);
ret = appArcSession.Connect();
CApaCommandLine* cmdline = CApaCommandLine::NewLC();
TRAP(ret, cmdline->SetCommandL(EApaCommandRun));
TRAP(ret, cmdline->SetExecutableNameL(****Name);//加载指定应用程序的名字
ret = appArcSession.StartApp(*cmdline);//启动指定的APP
CleanupStack::PopAndDestroy(2, &appArcSession);
更多精彩
赞助商链接