SMBIOS_OEM_STRING_INFORMATION - NtDoc

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

#include <poppack.h>
#endif

View code on GitHub

No description available.