ACPI_MANIPULATE_GLOBAL_LOCK_BUFFER - NtDoc

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

typedef struct _ACPI_MANIPULATE_GLOBAL_LOCK_BUFFER {
  ULONG Signature;
  PVOID LockObject;
} ACPI_MANIPULATE_GLOBAL_LOCK_BUFFER, *PACPI_MANIPULATE_GLOBAL_LOCK_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpiioct-_acpi_manipulate_global_lock_buffer)

_ACPI_MANIPULATE_GLOBAL_LOCK_BUFFER structure

Description

This topic describes the ACPI_MANIPULATE_GLOBAL_LOCK_BUFFER structure.

Members

Signature

Defines the ULONG member Signature.

LockObject

Defines the PVOID member LockObject.