IOCTL_ACPI_ASYNC_EVAL_METHOD_V2 IOCTL (acpiioct.h)
The IOCTL_ACPI_ASYNC_EVAL_METHOD_V2 control code asynchronously evaluates an ACPI control method that is supported by the device.
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.
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 and later versions. |
Header | acpiioct.h (include Acpiioct.h) |
See also
Creating IOCTL Requests in Drivers
WdfIoTargetSendInternalIoctlOthersSynchronously