player_uids.h
来自「symbian 下的helix player源代码」· C头文件 代码 · 共 41 行
H
41 行
/************************************************************************
* player_uids.h.h
* -----------------
*
* Synopsis:
*
* uids for player app
*
*
* Target:
* Symbian OS
*
*
* (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
*
************************************************************************/
#ifndef PLAYERUIDS_INC__
#define PLAYERUIDS_INC__
// system includes
#include <eikenv.h>
#include <e32def.h>
// uid initializer
#define HXPLAYER_APPUID { 0x10009D06 }
namespace CHXAvMisc
{
// Unique ids for this product...
const TUid KAppUID = HXPLAYER_APPUID;
const TUid KHelpUID = HXPLAYER_APPUID;
const TUid KScreenSaverUID = {0x100056cf};
}
#endif // PLAYERUIDS_INC__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?