#ifndef _NTBCD_H
#ifndef PHNT_INLINE_BCD_GUIDS
// 00000000-0000-0000-0000-000000000000
DEFINE_GUID(PARTITION_ENTRY_UNUSED_GUID, 0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
View code on GitHub
#ifndef _NTBCD_H
#ifndef PHNT_INLINE_BCD_GUIDS
// ...
#else
NTSYSAPI GUID PARTITION_ENTRY_UNUSED_GUID;
View code on GitHub
No description available.