PARTITION_LDM_DATA_GUID - NtDoc

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

// af9b60a0-1431-4f62-bc68-3311714a69ad
DEFINE_GUID(PARTITION_LDM_DATA_GUID, 0xaf9b60a0, 0x1431, 0x4f62, 0xbc, 0x68, 0x33, 0x11, 0x71, 0x4a, 0x69, 0xad);

#endif
#endif

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

NTSYSAPI GUID PARTITION_LDM_DATA_GUID;

#endif
#endif

View code on GitHub

No description available.