IOCTL_ACPI_ASYNC_EVAL_METHOD_V1_EX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

IOCTL_ACPI_ASYNC_EVAL_METHOD_V1_EX IOCTL

Description

The IOCTL_ACPI_ASYNC_EVAL_METHOD_V1_EX control code asynchronously evaluates an ACPI control method that is supported by the device.

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