#ifndef _NTBCD_H
/**
* 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_ UNICODE_STRING SystemPartition
);
View code on GitHub
No description available.