SMBIOS_SYSTEM_SLOT_INFORMATION_EX - NtDoc

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

#include <poppack.h>
#endif

View code on GitHub

No description available.