IPMI_OS_SEL_RECORD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef struct _IPMI_OS_SEL_RECORD {
  ULONG                   Signature;
  ULONG                   Version;
  ULONG                   Length;
  IPMI_OS_SEL_RECORD_TYPE RecordType;
  ULONG                   DataLength;
  UCHAR                   Data[ANYSIZE_ARRAY];
} IPMI_OS_SEL_RECORD, *PIPMI_OS_SEL_RECORD;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-ipmi_os_sel_record)

IPMI_OS_SEL_RECORD structure

Description

Reserved for system use.

Members

Signature

Version

Length

RecordType

DataLength

Data

Remarks

See also