// 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 referenceNo description available.
The IOCTL_ACPI_GET_DEVICE_SPECIFIC_DATA control code is used to get device specific data.
An input buffer structure that depends on the type of input arguments to be passed to the control method.
The size, in bytes, of the input buffer.
An output buffer structure that contains the output arguments from the control method.
The size, in bytes, of the output buffer.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.
Creating IOCTL Requests in Drivers
WdfIoTargetSendInternalIoctlOthersSynchronously
WdfIoTargetSendInternalIoctlSynchronously
WdfIoTargetSendIoctlSynchronously