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

📄 dismount.h

📁 加密硬盘、分区、虚拟盘的程序源码
💻 H
字号:
/* Copyright (C) 2004 TrueCrypt Team, truecrypt.org
   This product uses components written by Paul Le Roux <pleroux@swprofessionals.com> */

/* Everything below this line is automatically updated by the -mkproto-tool- */

BOOL UnmountAllVolumes ( HWND hwndDlg , DWORD *os_error , int *err );
BOOL UnmountVolume ( int nDosDriveNo , DWORD *os_error , int *err );
BOOL DismountVolume ( char *lpszVolMountName , DWORD *os_error , int *err );
BOOL DoDeviceClose ( int slot , int *err );
int ioctllock ( unsigned int nDrive , int permissions , int function );
int locklogdrive ( int drivenum , int mode );
int ld ( char *d , int mode );
BOOL CloseSlot ( int slot , int brutal , int *err );
int EjectStop ( char Driveletter , BOOL function );

⌨️ 快捷键说明

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