#ifndef _SMBIOS_H
#include <pshpack1.h>
typedef struct _SMBIOS_SYSTEM_SLOT_INFORMATION_EX
{
UCHAR Information;
UCHAR PhysicalWidth;
USHORT Pitch;
UCHAR Height; // SMBIOS_SYSTEM_SLOT_HEIGHT_*
} SMBIOS_SYSTEM_SLOT_INFORMATION_EX, *PSMBIOS_SYSTEM_SLOT_INFORMATION_EX;
View code on GitHub
No description available.