GetMethodArgumentFromAcpi - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorsdriversutils.h

NTSTATUS GetMethodArgumentFromAcpi(
  WDFDEVICE Device,
  PSZ       MethodName,
  UCHAR     MethodNameLength,
  BYTE      *MethodArgument,
  ULONG     MethodArgumentLength
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsdriversutils-getmethodargumentfromacpi)

GetMethodArgumentFromAcpi function

Description

The GetMethodArgumentFromAcpi function reads the requested ACPI entry by using the supplied method name.

Parameters

Device

Supplies the WDF device object.

MethodName

Supplies the method name to read.

MethodNameLength

Supplies the method name length in bytes.

MethodArgument

Supplies the address at which to write the method argument.

MethodArgumentLength

Supplies the length in bytes of the buffer in which to save the MethodArgument.

Return value

This function returns NTSTATUS.

Remarks

See also