#ifndef _NTBCD_H
/**
* Deletes object references in the BCD store.
*
* @param BcdStoreHandle The handle to the BCD store.
* @param Identifier The identifier of the object to delete references for.
* @return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
BcdDeleteObjectReferences(
_In_ HANDLE BcdStoreHandle,
_In_ PGUID Identifier
);
View code on GitHub
No description available.