#ifndef _SMBIOS_H
#include <pshpack1.h>
typedef struct _SMBIOS_MCHI_INFORMATION
{
SMBIOS_HEADER Header;
// 2.6+
UCHAR Type; // SMBIOS_MCHI_TYPE_*
UCHAR Length;
UCHAR Data[ANYSIZE_ARRAY];
// SMBIOS_MCHI_PROTOCOL_RECORDS
} SMBIOS_MCHI_INFORMATION, *PSMBIOS_MCHI_INFORMATION;
View code on GitHub
No description available.