// 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 referenceNo description available.
The PEP_WORK_ACPI_NOTIFY structure contains the ACPI Notify code for a device that has generated a hardware event.
DeviceHandleA 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.
NotifyCodeThe 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.
The AcpiNotify member of the PEP_WORK_INFORMATION structure is a PEP_WORK_ACPI_NOTIFY structure.
PEP_NOTIFY_ACPI_REGISTER_DEVICE
The PEP_WORK_ACPI_NOTIFY structure contains the ACPI Notify code for a device that has generated a hardware event.
DeviceHandleA 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.
NotifyCodeThe 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.
The AcpiNotify member of the PEP_WORK_INFORMATION structure is a PEP_WORK_ACPI_NOTIFY structure.
PEP_NOTIFY_ACPI_REGISTER_DEVICE