From f84d235cf17a92bb51031833da502660d364013f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 13 Aug 2023 22:50:37 +0200 Subject: Windows: Implement support for mounting partially encrypted system partitions For now, we force ReadOnly mounting for such partitions. --- src/Common/Apidrvr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Apidrvr.h') diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index d8bfc74f..7a3ea868 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -166,6 +166,7 @@ typedef struct BOOL RecoveryMode; int pkcs5_prf; int ProtectedHidVolPkcs5Prf; + BOOL VolumeMountedReadOnlyAfterPartialSysEnc; uint32 BytesPerPhysicalSector; int VolumePim; int ProtectedHidVolPim; -- cgit v1.2.3