Native API online documentation, based on the System Informer
(formerly Process Hacker) phnt
headers
#ifndef _NTBCD_H
/**
* Deletes the system store for BCD.
*
* @return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
BcdDeleteSystemStore(
VOID
);
#endif
View code on GitHub