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