Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for system use.
Syntax
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;
Members
Signature
Version
Length
RecordType
DataLength
Data[ANYSIZE_ARRAY]
Requirements
Requirement | Value |
---|---|
Header | ntddk.h |