SMBIOS_64_BIT_MEMORY_ERROR_INFORMATION_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _SMBIOS_H
#include <pshpack1.h>

// 9-127 specification reserved
// 128-191 OEM reserved
// 192-255 product specific

//
// 64-Bit Memory Error Information (Type 33)
//

#define SMBIOS_64_BIT_MEMORY_ERROR_INFORMATION_TYPE ((UCHAR)33)

#include <poppack.h>
#endif

View code on GitHub

No description available.