hxsym_mmc_utils.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
源码类别:

Symbian

开发平台:

Visual C++

  1. /*****************************************************************************
  2.  * hxsym_mmc_utils.h
  3.  * -----------
  4.  *
  5.  * Synopsis:
  6.  * MMC utils for Symbian UI
  7.  *
  8.  *
  9.  * Target:
  10.  * Symbian OS
  11.  *
  12.  *
  13.  * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
  14.  *
  15.  *****************************************************************************/
  16. #ifndef HXSYM_MMC_UTILS_INC__
  17. #define HXSYM_MMC_UTILS_INC__
  18. namespace util
  19. {   
  20. void DoLockDriveUiL();
  21. TInt DoUnlockDriveUi(TInt idxDrive);
  22. bool GetPasswordFromUserL(TDes& password, const TDesC& prompt);
  23.     
  24. } // ns util
  25. #endif // HXSYM_MMC_UTILS_INC__