#ifndef _NTBCD_H
/**
* The BcdCloseObject function closes a handle to a BCD object.
*
* \param BcdObjectHandle Handle to the BCD object to close.
* \return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
BcdCloseObject(
_In_ HANDLE BcdObjectHandle
);
View code on GitHubNo description available.