IOCTL_ACPI_ASYNC_EVAL_METHOD_V1 IOCTL (acpiioct.h)
The IOCTL_ACPI_ASYNC_EVAL_METHOD_V1 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.
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 and later versions. |
Header | acpiioct.h (include Acpiioct.h) |
Creating IOCTL Requests in Drivers
WdfIoTargetSendInternalIoctlOthersSynchronously