// dispmprt.h
NTSTATUS DlEvalAcpiMethod(
HANDLE DeviceHandle,
ULONG DeviceUid,
PACPI_EVAL_INPUT_BUFFER_COMPLEX AcpiInputBuffer,
ULONG AcpiInputSize,
PACPI_EVAL_OUTPUT_BUFFER AcpiOutputBuffer,
ULONG AcpiOutputSize
);
View the official Windows Driver Kit DDI referenceNo description available.
Evaluates a specified ACPI method on a display adapter or on a child device of a display adapter.
DeviceHandleA handle that represents a display adapter.
DeviceUidThe unique identifier for the ACPI device on which the method will be evaluated.
AcpiInputBufferThe ACPI input buffer.
AcpiInputSizeThe ACPI input size.
AcpiOutputBufferThe ACPI output buffer.
AcpiOutputSizeThe ACPI output size.
This function returns NTSTATUS.
DXGKCB_EVAL_ACPI_METHOD callback function