GUID_DEFAULT_BOOT_ENTRY - NtDoc

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

// 1CAE1EB7-A0DF-4D4D-9851-4860E34EF535 // {default}
DEFINE_GUID(GUID_DEFAULT_BOOT_ENTRY, 0x1CAE1EB7, 0xA0DF, 0x4D4D, 0x98, 0x51, 0x48, 0x60, 0xE3, 0x4E, 0xF5, 0x35);

#endif
#endif

View code on GitHub
#ifndef _NTBCD_H
#ifndef PHNT_INLINE_BCD_GUIDS
// ...
#else

NTSYSAPI GUID GUID_DEFAULT_BOOT_ENTRY; // {default}

#endif
#endif

View code on GitHub

No description available.