[BOOT:LIB] Add boot option size helpers

This commit is contained in:
2024-08-24 10:35:48 -04:00
parent fd670ace0d
commit 0743fa0106
2 changed files with 88 additions and 0 deletions

View File

@@ -23,6 +23,16 @@ typedef struct {
ULONG Flags;
} BOOT_LIBRARY_PARAMETERS, *PBOOT_LIBRARY_PARAMETERS;
ULONG
BlGetBootOptionSize (
IN PBOOT_APPLICATION_ENTRY_OPTION Option
);
ULONG
BlGetBootOptionListSize (
IN PBOOT_APPLICATION_ENTRY_OPTION Options
);
NTSTATUS
BlInitializeLibrary (
IN PBOOT_INPUT_PARAMETERS InputParameters,