[BOOT:BOOTMGR] Begin work on BCD support
Added stub for BmOpenDataStore()
This commit is contained in:
@@ -244,6 +244,11 @@ typedef struct {
|
||||
BOOT_DEVICE Device;
|
||||
} BCDE_DEVICE, *PBCDE_DEVICE;
|
||||
|
||||
NTSTATUS
|
||||
BmOpenDataStore (
|
||||
IN OUT PHANDLE DataStore
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
BmMain (
|
||||
IN PBOOT_INPUT_PARAMETERS InputParameters
|
||||
|
Reference in New Issue
Block a user