// acpiioct.h
// CTL_CODE(0x0032, 0x007, METHOD_BUFFERED, FILE_READ_ACCESS | FILE_WRITE_ACCESS)
#define IOCTL_ACPI_ASYNC_EVAL_METHOD_V1_EX 0x0032C01C
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_ACPI_ASYNC_EVAL_METHOD_V1_EX control code asynchronously evaluates an ACPI control method that is supported by the device.
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