hbmkdisk.h

来自「磁盘的加载与隐藏.重要文件的存储控件,采用3DS动态密码的加密.」· C头文件 代码 · 共 27 行

H
27
字号
#ifndef _H_HBMKDISK_H
#define _H_HBMKDISK_H

#include <windows.h>

#ifdef __cplusplus
extern "C" {
#endif


#ifdef HBMKDISK_EXPORTS
#define HBMKDISK_API __declspec(dllexport)
#else
#define HBMKDISK_API __declspec(dllimport)
#endif

HBMKDISK_API bool CreatDisk(char *fname,UINT lsize);
HBMKDISK_API bool MountDisk(char *fname,char &drive);
HBMKDISK_API bool RemovDisk(char drive);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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