#ifndef _SMBIOS_H
#include <pshpack1.h>
typedef struct _SMBIOS_MCHI_PROTOCOL_RECORDS
{
UCHAR Count;
SMBIOS_MCHI_PROTOCOL_RECORD Records[ANYSIZE_ARRAY];
} SMBIOS_MCHI_PROTOCOL_RECORDS, *PSMBIOS_MCHI_PROTOCOL_RECORDS;
View code on GitHub
No description available.