IOCTL_IPMI_INTERNAL_RECORD_SEL_EVENT - NtDoc

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

// CTL_CODE(0x0022, 0x400, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_IPMI_INTERNAL_RECORD_SEL_EVENT 0x00221000
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-ntddk-ioctl_ipmi_internal_record_sel_event)

IOCTL_IPMI_INTERNAL_RECORD_SEL_EVENT IOCTL

Major Code

IRP_MJ_DEVICE_CONTROL

Description

Reserved for system use.

Parameters

Major code

IRP_MJ_INTERNAL_DEVICE_CONTROL

Input buffer

Input buffer length

Output buffer

Output buffer length

Input/output buffer

Input/output buffer length

Status block

Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful.

Otherwise, Status to the appropriate error condition as a NTSTATUS code.

For more information, see NTSTATUS Values.

Remarks

See also