IOCTL_ACPI_GET_DEVICE_SPECIFIC_DATA - NtDoc

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

// CTL_CODE(0x0032, 0x00e, METHOD_BUFFERED, FILE_READ_ACCESS | FILE_WRITE_ACCESS)
#define IOCTL_ACPI_GET_DEVICE_SPECIFIC_DATA 0x0032C038
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-acpiioct-ioctl_acpi_get_device_specific_data)

IOCTL_ACPI_GET_DEVICE_SPECIFIC_DATA IOCTL

Description

The IOCTL_ACPI_GET_DEVICE_SPECIFIC_DATA control code is used to get device specific data.

Parameters

Major code

Input buffer

An input buffer structure that depends on the type of input arguments to be passed to the control method.

Input buffer length

The size, in bytes, of the input buffer.

Output buffer

An output buffer structure that contains the output arguments from the control method.

Output buffer length

The size, in bytes, of the output buffer.

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.

See also

Creating IOCTL Requests in Drivers

WdfIoTargetSendInternalIoctlOthersSynchronously

WdfIoTargetSendInternalIoctlSynchronously

WdfIoTargetSendIoctlSynchronously