diff options
author | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-02-27 11:04:28 +0100 |
---|---|---|
committer | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-02-27 11:04:28 +0100 |
commit | 4ad9836d580854fd11cab10821a8c492d9c22c34 (patch) | |
tree | cb045e455b88ada3e3f50260048e0f4d44cb84a1 /Application/EfiDSEFix/src/EfiDSEFix.h | |
parent | ebfe06fe79b402c1d1b750f1eeebc1dd4958cf39 (diff) |
EfiDSEFix: add "-r" command to read the value of g_CiOptions
Diffstat (limited to 'Application/EfiDSEFix/src/EfiDSEFix.h')
-rw-r--r-- | Application/EfiDSEFix/src/EfiDSEFix.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |