SMBIOS_MANAGEMENT_DEVICE_COMPONENT_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_MANAGEMENT_DEVICE_COMPONENT_INFORMATION
{
    SMBIOS_HEADER Header;
    // 2.3+
    UCHAR Description; // string
    USHORT ManagementDeviceHandle;
    USHORT ComponentHandle;
    USHORT ThresholdHandle;
} SMBIOS_MANAGEMENT_DEVICE_COMPONENT_INFORMATION, *PSMBIOS_MANAGEMENT_DEVICE_COMPONENT_INFORMATION;

#include <poppack.h>
#endif

View code on GitHub

No description available.