#ifndef _SMBIOS_H
#include <pshpack1.h>
typedef struct _SMBIOS_MEMORY_CONTROLLER_INFORMATION_EX
{
UCHAR EnabledErrorCorrectionCapabilities; // SMBIOS_MEMORY_CONTROLLER_ERROR_CORRECTION_*
} SMBIOS_MEMORY_CONTROLLER_INFORMATION_EX, *PSMBIOS_MEMORY_CONTROLLER_INFORMATION_EX;
View code on GitHub
No description available.