#ifndef _NTBCD_H
/**
* The BcdOpenSystemStore function 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.