mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-20 03:21:33 +00:00
Windows: Better way to enable required privileges for FastCreate Options
If we can set required privilege, we ask the user using UAC to enable them.
This commit is contained in:
@@ -497,3 +497,8 @@ DWORD BaseCom::NotifyService(DWORD dwNotifyCode)
|
||||
{
|
||||
return SendServiceNotification(dwNotifyCode);
|
||||
}
|
||||
|
||||
DWORD BaseCom::FastFileResize (BSTR filePath, __int64 fileSize)
|
||||
{
|
||||
return ::FastResizeFile (filePath, fileSize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user