PEP_WORK_ACPI_NOTIFY - NtDoc

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

typedef struct _PEP_WORK_ACPI_NOTIFY {
  POHANDLE DeviceHandle;
  ULONG    NotifyCode;
} PEP_WORK_ACPI_NOTIFY, *PPEP_WORK_ACPI_NOTIFY;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_WORK_ACPI_NOTIFY {
  POHANDLE DeviceHandle;
  ULONG    NotifyCode;
} PEP_WORK_ACPI_NOTIFY, *PPEP_WORK_ACPI_NOTIFY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_work_acpi_notify)

_PEP_WORK_ACPI_NOTIFY structure (pep_x.h)

Description

The PEP_WORK_ACPI_NOTIFY structure contains the ACPI Notify code for a device that has generated a hardware event.

Members

DeviceHandle

A POHANDLE value that represents the registration of the device with PoFx. The platform extension plug-in (PEP) previously received this handle from the Windows power management framework (PoFx) during the PEP_NOTIFY_ACPI_REGISTER_DEVICE notification in which the PEP elected to provide ACPI services for the device.

NotifyCode

The Notify code. For a list of Notify codes and their meanings, see section 5.6.6, "Device Object Notifications", of the ACPI 5.0 specification.

Remarks

The AcpiNotify member of the PEP_WORK_INFORMATION structure is a PEP_WORK_ACPI_NOTIFY structure.

See also

PEP_NOTIFY_ACPI_REGISTER_DEVICE

PEP_WORK_INFORMATION


Windows Driver Kit DDI reference (ns-pepfx-_pep_work_acpi_notify)

_PEP_WORK_ACPI_NOTIFY structure (pepfx.h)

Description

The PEP_WORK_ACPI_NOTIFY structure contains the ACPI Notify code for a device that has generated a hardware event.

Members

DeviceHandle

A POHANDLE value that represents the registration of the device with PoFx. The platform extension plug-in (PEP) previously received this handle from the Windows power management framework (PoFx) during the PEP_NOTIFY_ACPI_REGISTER_DEVICE notification in which the PEP elected to provide ACPI services for the device.

NotifyCode

The Notify code. For a list of Notify codes and their meanings, see section 5.6.6, "Device Object Notifications", of the ACPI 5.0 specification.

Remarks

The AcpiNotify member of the PEP_WORK_INFORMATION structure is a PEP_WORK_ACPI_NOTIFY structure.

See also

PEP_NOTIFY_ACPI_REGISTER_DEVICE

PEP_WORK_INFORMATION