mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Windows: First implementation of non-system volumes decryption.
This commit is contained in:
@@ -42,6 +42,7 @@ void DisplaySizingErrorText ( HWND hwndTextBox );
|
||||
void EnableDisableFileNext ( HWND hComboBox , HWND hMainButton );
|
||||
BOOL QueryFreeSpace ( HWND hwndDlg , HWND hwndTextBox , BOOL display );
|
||||
static BOOL FinalPreTransformPrompts (void);
|
||||
void UpdateLastDialogId (void);
|
||||
void HandleOldAssignedDriveLetter (void);
|
||||
void AddCipher ( HWND hComboBox , char *lpszCipher , int nCipher );
|
||||
BOOL CALLBACK PageDialogProc ( HWND hwndDlg , UINT uMsg , WPARAM wParam , LPARAM lParam );
|
||||
@@ -90,6 +91,7 @@ extern volatile BOOL bVolTransformThreadCancel;
|
||||
extern volatile BOOL bInPlaceEncNonSysResumed;
|
||||
extern volatile BOOL bFirstNonSysInPlaceEncResumeDone;
|
||||
extern volatile BOOL bInPlaceEncNonSys;
|
||||
extern volatile BOOL bInPlaceDecNonSys;
|
||||
extern __int64 NonSysInplaceEncBytesDone;
|
||||
extern __int64 NonSysInplaceEncTotalSize;
|
||||
extern int nPbar;
|
||||
|
||||
Reference in New Issue
Block a user