#ifndef _NTBCD_H
/**
* Retrieves the file name for the BCD.
*
* @param BcdSystemStorePath The pointer to receive the system store path.
* @return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
BcdGetSystemStorePath(
_Out_ PWSTR* BcdSystemStorePath // RtlFreeHeap(RtlProcessHeap(), 0, BcdSystemStorePath);
);
View code on GitHub
No description available.