SMBIOS_GROUP_ASSOCIATION_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _SMBIOS_H
#include <pshpack1.h>

typedef struct _SMBIOS_GROUP_ASSOCIATION_INFORMATION
{
    SMBIOS_HEADER Header;
    UCHAR Name;        // string
    UCHAR ItemType;
    USHORT ItemHandle;
} SMBIOS_GROUP_ASSOCIATION_INFORMATION, *PSMBIOS_GROUP_ASSOCIATION_INFORMATION;

#include <poppack.h>
#endif

View code on GitHub

No description available.