⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 freeotfe4pdaoptions.h

📁 文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-224, SHA-256,
💻 H
字号:
// Description: 
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW:   http://www.FreeOTFE.org/
//
// -----------------------------------------------------------------------------
//


#ifndef _FreeOTFE4PDAOptions_H
#define _FreeOTFE4PDAOptions_H   1

// =========================================================================
// Structures...

typedef struct _OPTIONS {
    int ConfigVersion;

    BOOL MntPntUseVolFilename;
    WCHAR* MntPntDefault;

    WCHAR* ExplorerExe;
    BOOL ExploreOnMount;

    BOOL LargeIcons;

    BOOL SaveSettings;

} OPTIONS, *POPTIONS;

OPTIONS* OptionsRead();
BOOL OptionsWrite(OPTIONS* Opts);
void OptionsFree(OPTIONS* Opts);
OPTIONS* OptionsCopy(OPTIONS* SrcOpts);

// =========================================================================
// =========================================================================

#endif

⌨️ 快捷键说明

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