#ifndef _SMBIOS_H
#include <pshpack1.h>
//
// OEM Strings (Type 11)
//
typedef struct _SMBIOS_OEM_STRING_INFORMATION
{
SMBIOS_HEADER Header;
UCHAR Count;
} SMBIOS_OEM_STRING_INFORMATION, *PSMBIOS_OEM_STRING_INFORMATION;
View code on GitHub
No description available.