#ifndef _NTBCD_H
#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
#ifndef PHNT_INLINE_BCD_GUIDS
// ...
#else
NTSYSAPI GUID GUID_VHD_BOOT_OPTIONS;
View code on GitHub
No description available.