serviceexplorerapp.hrh

来自「symbian下读取服务的程序」· HRH 代码 · 共 20 行

HRH
20
字号
// Copyright (c) 2006 Murray Read, All rights reserved

#ifndef __ServiceExplorerApp_HRH__
#define __ServiceExplorerApp_HRH__

/** ServiceExplorerApp enumerate command codes */
enum TServiceExplorerAppIds
    {
    EServiceExplorerAppCommandServiceView = 1,  // start value must not be 0
    EServiceExplorerAppCommandAppsView
    };

enum TServiceExplorerAppDlgIds
	{
	EServiceExplorerLineId = 1,
	EServiceExplorerControlId = 0x7777
	};

#endif // __ServiceExplorerApp_HRH__

⌨️ 快捷键说明

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