IPMI_OS_SEL_RECORD構造体 (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;
メンバーズ
Signature
Version
Length
RecordType
DataLength
Data[ANYSIZE_ARRAY]
必要条件
要件 | 価値 |
---|---|
ヘッダー | ntddk.h |