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:
@@ -46,7 +46,7 @@ library TrueCryptFormatCom
|
||||
DWORD BackupEfiSystemLoader ();
|
||||
DWORD RestoreEfiSystemLoader ();
|
||||
DWORD GetEfiBootDeviceNumber (BSTR* pSdn);
|
||||
DWORD ReadEfiConfig (BSTR* pContent, DWORD *pcbRead);
|
||||
DWORD ReadEfiConfig (BSTR filename, BSTR* pContent, DWORD *pcbRead);
|
||||
DWORD WriteEfiBootSectorUserConfig (DWORD userConfig, BSTR customUserMessage, int pim, int hashAlg);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user