SMBIOS_MCHI_PROTOCOL_RECORD - 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_RECORD
{
    UCHAR Type;   // SMBIOS_MCHI_PROTOCOL_TYPE_*
    UCHAR Length;
    UCHAR Data[ANYSIZE_ARRAY];
} SMBIOS_MCHI_PROTOCOL_RECORD, *PSMBIOS_MCHI_PROTOCOL_RECORD;

#include <poppack.h>
#endif

View code on GitHub

No description available.