ReactOS 0.4.15-dev-7953-g1f49173
_ACPI_INTERFACE_STANDARD Struct Reference

#include <iotypes.h>

Collaboration diagram for _ACPI_INTERFACE_STANDARD:

Public Attributes

USHORT Size
 
USHORT Version
 
PVOID Context
 
PINTERFACE_REFERENCE InterfaceReference
 
PINTERFACE_DEREFERENCE InterfaceDereference
 
PGPE_CONNECT_VECTOR GpeConnectVector
 
PGPE_DISCONNECT_VECTOR GpeDisconnectVector
 
PGPE_ENABLE_EVENT GpeEnableEvent
 
PGPE_DISABLE_EVENT GpeDisableEvent
 
PGPE_CLEAR_STATUS GpeClearStatus
 
PREGISTER_FOR_DEVICE_NOTIFICATIONS RegisterForDeviceNotifications
 
PUNREGISTER_FOR_DEVICE_NOTIFICATIONS UnregisterForDeviceNotifications
 

Detailed Description

Definition at line 3012 of file iotypes.h.

Member Data Documentation

◆ Context

PVOID _ACPI_INTERFACE_STANDARD::Context

Definition at line 3015 of file iotypes.h.

Referenced by CmBattAddAcAdapter(), and CmBattRemoveDevice().

◆ GpeClearStatus

PGPE_CLEAR_STATUS _ACPI_INTERFACE_STANDARD::GpeClearStatus

Definition at line 3022 of file iotypes.h.

Referenced by Bus_PDO_QueryInterface().

◆ GpeConnectVector

PGPE_CONNECT_VECTOR _ACPI_INTERFACE_STANDARD::GpeConnectVector

Definition at line 3018 of file iotypes.h.

Referenced by Bus_PDO_QueryInterface().

◆ GpeDisableEvent

PGPE_DISABLE_EVENT _ACPI_INTERFACE_STANDARD::GpeDisableEvent

Definition at line 3021 of file iotypes.h.

Referenced by Bus_PDO_QueryInterface().

◆ GpeDisconnectVector

PGPE_DISCONNECT_VECTOR _ACPI_INTERFACE_STANDARD::GpeDisconnectVector

Definition at line 3019 of file iotypes.h.

Referenced by Bus_PDO_QueryInterface().

◆ GpeEnableEvent

PGPE_ENABLE_EVENT _ACPI_INTERFACE_STANDARD::GpeEnableEvent

Definition at line 3020 of file iotypes.h.

Referenced by Bus_PDO_QueryInterface().

◆ InterfaceDereference

PINTERFACE_DEREFERENCE _ACPI_INTERFACE_STANDARD::InterfaceDereference

Definition at line 3017 of file iotypes.h.

Referenced by Bus_PDO_QueryInterface().

◆ InterfaceReference

PINTERFACE_REFERENCE _ACPI_INTERFACE_STANDARD::InterfaceReference

Definition at line 3016 of file iotypes.h.

Referenced by Bus_PDO_QueryInterface().

◆ RegisterForDeviceNotifications

PREGISTER_FOR_DEVICE_NOTIFICATIONS _ACPI_INTERFACE_STANDARD::RegisterForDeviceNotifications

Definition at line 3023 of file iotypes.h.

Referenced by Bus_PDO_QueryInterface(), and CmBattAddAcAdapter().

◆ Size

USHORT _ACPI_INTERFACE_STANDARD::Size

Definition at line 3013 of file iotypes.h.

◆ UnregisterForDeviceNotifications

PUNREGISTER_FOR_DEVICE_NOTIFICATIONS _ACPI_INTERFACE_STANDARD::UnregisterForDeviceNotifications

Definition at line 3024 of file iotypes.h.

Referenced by Bus_PDO_QueryInterface(), and CmBattRemoveDevice().

◆ Version

USHORT _ACPI_INTERFACE_STANDARD::Version

Definition at line 3014 of file iotypes.h.


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