From 4ad9836d580854fd11cab10821a8c492d9c22c34 Mon Sep 17 00:00:00 2001 From: Matthijs Lavrijsen Date: Mon, 27 Feb 2023 11:04:28 +0100 Subject: EfiDSEFix: add "-r" command to read the value of g_CiOptions --- Application/EfiDSEFix/src/EfiDSEFix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Application/EfiDSEFix/src/EfiDSEFix.h') diff --git a/Application/EfiDSEFix/src/EfiDSEFix.h b/Application/EfiDSEFix/src/EfiDSEFix.h index 9b79489..c25fda2 100644 --- a/Application/EfiDSEFix/src/EfiDSEFix.h +++ b/Application/EfiDSEFix/src/EfiDSEFix.h @@ -28,7 +28,8 @@ TestSetVariableHook( NTSTATUS AdjustCiOptions( _In_ ULONG CiOptionsValue, - _Out_opt_ PULONG OldCiOptionsValue + _Out_opt_ PULONG OldCiOptionsValue, + _In_ BOOLEAN ReadOnly ); // sysinfo.cpp -- cgit v1.2.3