[BOOT] Huge refactor
This commit is contained in:
@@ -13,11 +13,11 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#include "bootlib.h"
|
||||
#include "bootmgr.h"
|
||||
|
||||
NTSTATUS
|
||||
BmOpenDataStore (
|
||||
IN OUT PHANDLE DataStore
|
||||
IN OUT PHANDLE Handle
|
||||
)
|
||||
|
||||
/*++
|
||||
@@ -28,7 +28,7 @@ Routine Description:
|
||||
|
||||
Arguments:
|
||||
|
||||
DataStore - Pointer to a HANDLE that recieves the data store handle.
|
||||
Handle - Pointer to a HANDLE that recieves the data store handle.
|
||||
|
||||
Return Value:
|
||||
|
||||
@@ -37,7 +37,7 @@ Return Value:
|
||||
--*/
|
||||
|
||||
{
|
||||
*DataStore = INVALID_HANDLE_VALUE;
|
||||
*Handle = INVALID_HANDLE_VALUE;
|
||||
|
||||
/*
|
||||
NTSTATUS Status;
|
||||
@@ -51,5 +51,6 @@ Return Value:
|
||||
|
||||
return BmGetDataStorePath(&Device, &FilePath, &FilePathSet);
|
||||
*/
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user