ReactOS 0.4.15-dev-7958-gcd0bb1a
acpi_object_notify_handler Struct Reference

#include <acobject.h>

Collaboration diagram for acpi_object_notify_handler:

Public Attributes

ACPI_OBJECT_COMMON_HEADER ACPI_NAMESPACE_NODENode
 
UINT32 HandlerType
 
ACPI_NOTIFY_HANDLER Handler
 
voidContext
 
union acpi_operand_objectNext [2]
 

Detailed Description

Definition at line 397 of file acobject.h.

Member Data Documentation

◆ Context

void* acpi_object_notify_handler::Context

Definition at line 403 of file acobject.h.

Referenced by AcpiEvNotifyDispatch(), and AcpiInstallNotifyHandler().

◆ Handler

ACPI_NOTIFY_HANDLER acpi_object_notify_handler::Handler

◆ HandlerType

UINT32 acpi_object_notify_handler::HandlerType

Definition at line 401 of file acobject.h.

Referenced by AcpiInstallNotifyHandler().

◆ Next

union acpi_operand_object* acpi_object_notify_handler::Next[2]

◆ Node

ACPI_OBJECT_COMMON_HEADER ACPI_NAMESPACE_NODE* acpi_object_notify_handler::Node

Definition at line 400 of file acobject.h.

Referenced by AcpiInstallNotifyHandler().


The documentation for this struct was generated from the following file: