SMBIOS_MCHI_PROTOCOL_RECORDS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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;

#include <poppack.h>
#endif

View code on GitHub

No description available.