mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: retry UAC prompt operation in case of failure. This avoids cancel the whole operation if the user is not in front of the machine during UAC prompt (this happens ofter during in-place encryption of big NTFS partitions).
This commit is contained in:
@@ -385,6 +385,7 @@ int Warning (char *stringId, HWND hwnd);
|
||||
int WarningTopMost (char *stringId, HWND hwnd);
|
||||
int WarningDirect (const wchar_t *warnMsg, HWND hwnd);
|
||||
int Error (char *stringId, HWND hwnd);
|
||||
int ErrorRetryCancel (char *stringId, HWND hwnd);
|
||||
int ErrorDirect (const wchar_t *errMsg, HWND hwnd);
|
||||
int ErrorTopMost (char *stringId, HWND hwnd);
|
||||
int AskYesNo (char *stringId, HWND hwnd);
|
||||
|
||||
Reference in New Issue
Block a user