#ifndef _NTBCD_H
//
// BCD.dll Exported Types
//
#ifndef PHNT_INLINE_BCD_GUIDS
// A62C8016-CA4E-4687-8032-D666C51A280C
DEFINE_GUID(GUID_VHD_BOOT_OPTIONS, 0xa62c8016, 0xca4e, 0x4687, 0x80, 0x32, 0xd6, 0x66, 0xc5, 0x1a, 0x28, 0x0c);
View code on GitHub
#ifndef _NTBCD_H
//
// BCD.dll Exported Types
//
#ifndef PHNT_INLINE_BCD_GUIDS
// ...
#else
NTSYSAPI GUID GUID_VHD_BOOT_OPTIONS;
View code on GitHub
No description available.