[aa4788af].rss

来自「symbian AutoStart,symbian 开机自动运行」· RSS 代码 · 共 26 行

RSS
26
字号
/*
 * ===================================================================
 * Name : [aa4788af].rss
 * Part of : Example application
 * Description : A startup control file to add executables in example 
 * application * to startup list.
 * Version : 1
 *
 * Copyright ? 2002-2004 Nokia. All rights reserved.
 * This material, including documentation and any related
 * computer programs, is protected by copyright controlled by
 * Nokia. All rights are reserved. Copying, including
 * reproducing, storing, adapting or translating, any
 * or all of this material requires the prior written consent of
 * Nokia. This material also contains confidential
 * information which may not be disclosed to others without the
 * prior written consent of Nokia.
 * ===================================================================
 */
#include <startupitem.rh>

RESOURCE STARTUP_ITEM_INFO dispatcher
	{
	executable_name = "!:\\sys\\bin\\AutoStart.exe";
	recovery = EStartupItemExPolicyNone;
	}

⌨️ 快捷键说明

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