#ifndef _NTBCD_H
/**
* Forcibly unloads a BCD store.
*
* @param BcdStoreHandle The handle to the BCD store.
* @return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
BcdForciblyUnloadStore(
_In_ HANDLE BcdStoreHandle
);
View code on GitHub
No description available.