BcdCloseObject - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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
    );

#endif

View code on GitHub

NtDoc

No description available.