#ifndef _NTBCD_H
/**
* Imports a BCD store from a file.
*
* @param BcdFilePath The file path to import the BCD store.
* @return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
BcdImportStore(
_In_ UNICODE_STRING BcdFilePath
);
View code on GitHub
No description available.