hxsym_mmc_utils.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
- /*****************************************************************************
- * 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__