BcdSetSystemStoreDevice - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTBCD_H

/**
 * The BcdSetSystemStoreDevice function sets the device for the system BCD store.
 *
 * \param SystemPartition The system partition to set.
 * \return NTSTATUS Successful or errant status.
 */
NTSYSAPI
NTSTATUS
NTAPI
BcdSetSystemStoreDevice(
    _In_ PCUNICODE_STRING SystemPartition
    );

#endif

View code on GitHub

NtDoc

No description available.