#ifndef _NTBCD_H
/**
* Opens the BCD system store.
*
* @param BcdStoreHandle The handle to receive the system store.
* @return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
BcdOpenSystemStore(
_Out_ PHANDLE BcdStoreHandle
);
View code on GitHub
No description available.