PARTITION_CLUSTER_GUID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTBCD_H
//
// BCD.dll Exported Types
//
#ifndef PHNT_INLINE_BCD_GUIDS

// DB97DBA9-0840-4BAE-97F0-FFB9A327C7E1
DEFINE_GUID(PARTITION_CLUSTER_GUID, 0xdb97dba9, 0x0840, 0x4bae, 0x97, 0xf0, 0xff, 0xb9, 0xa3, 0x27, 0xc7, 0xe1);

#endif
#endif

View code on GitHub
#ifndef _NTBCD_H
//
// BCD.dll Exported Types
//
#ifndef PHNT_INLINE_BCD_GUIDS
// ...
#else

NTSYSAPI GUID PARTITION_CLUSTER_GUID;

#endif
#endif

View code on GitHub

NtDoc

No description available.