hxsym_mmc_utils.h
来自「symbian 下的helix player源代码」· C头文件 代码 · 共 31 行
H
31 行
/*****************************************************************************
* hxsym_mmc_utils.h
* -----------
*
* Synopsis:
* MMC utils for Symbian UI
*
*
* Target:
* Symbian OS
*
*
* (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
*
*****************************************************************************/
#ifndef HXSYM_MMC_UTILS_INC__
#define HXSYM_MMC_UTILS_INC__
namespace util
{
void DoLockDriveUiL();
TInt DoUnlockDriveUi(TInt idxDrive);
bool GetPasswordFromUserL(TDes& password, const TDesC& prompt);
} // ns util
#endif // HXSYM_MMC_UTILS_INC__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?