mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
PlatformInfo read. (via ReadEfiConfig)
It is displayed in System settings
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
static DWORD BackupEfiSystemLoader ();
|
||||
static DWORD RestoreEfiSystemLoader ();
|
||||
static DWORD GetEfiBootDeviceNumber (BSTR* pSdn);
|
||||
static DWORD ReadEfiConfig (BSTR* pContent, DWORD *pcbRead);
|
||||
static DWORD ReadEfiConfig (BSTR filename, BSTR* pContent, DWORD *pcbRead);
|
||||
static DWORD WriteEfiBootSectorUserConfig (DWORD userConfig, BSTR customUserMessage, int pim, int hashAlg);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user