mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[PSDK][BOOTMGR] Import NTSTATUS definitions of BitLocker (#4417)
This commit is contained in:
parent
3cfd8ab775
commit
08d1009892
2 changed files with 45 additions and 3 deletions
|
@ -432,7 +432,7 @@ BmpFatalErrorMessageFilter (
|
|||
*ErrorResourceId = 9019;
|
||||
Result = 2;
|
||||
break;
|
||||
case 0xC0210000:
|
||||
case STATUS_FVE_LOCKED_VOLUME:
|
||||
*ErrorResourceId = 9013;
|
||||
break;
|
||||
}
|
||||
|
@ -2319,7 +2319,7 @@ BmpTransferExecution (
|
|||
}
|
||||
|
||||
/* STATUS_FVE_LOCKED_VOLUME -- bitlocker volume is locked */
|
||||
if (Status == 0xC0210000)
|
||||
if (Status == STATUS_FVE_LOCKED_VOLUME)
|
||||
{
|
||||
/* Launch recovery mode */
|
||||
*LaunchCode = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue