GUID_RESUME_LOADER_SETTINGS_GROUP - NtDoc

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

// 1AFA9C49-16AB-4A5C-4A90-212802DA9460 // {resumeloadersettings}
DEFINE_GUID(GUID_RESUME_LOADER_SETTINGS_GROUP, 0x1AFA9C49, 0x16AB, 0x4A5C, 0x4A, 0x90, 0x21, 0x28, 0x02, 0xDA, 0x94, 0x60);

#endif
#endif

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

NTSYSAPI GUID GUID_RESUME_LOADER_SETTINGS_GROUP; // {resumeloadersettings}

#endif
#endif

View code on GitHub

No description available.