structure ACPI_INTERFACE_STANDARD2 (wdm.h)
Cette rubrique décrit la structure ACPI_INTERFACE_STANDARD2 .
Syntaxe
typedef struct {
USHORT Size;
USHORT Version;
PVOID Context;
PINTERFACE_REFERENCE InterfaceReference;
PINTERFACE_DEREFERENCE InterfaceDereference;
PGPE_CONNECT_VECTOR2 GpeConnectVector;
PGPE_DISCONNECT_VECTOR2 GpeDisconnectVector;
PGPE_ENABLE_EVENT2 GpeEnableEvent;
PGPE_DISABLE_EVENT2 GpeDisableEvent;
PGPE_CLEAR_STATUS2 GpeClearStatus;
PREGISTER_FOR_DEVICE_NOTIFICATIONS2 RegisterForDeviceNotifications;
PUNREGISTER_FOR_DEVICE_NOTIFICATIONS2 UnregisterForDeviceNotifications;
} ACPI_INTERFACE_STANDARD2, *PACPI_INTERFACE_STANDARD2;
Membres
Size
Décrit la taille du membre USHORT.
Version
Décrit la version du membre USHORT.
Context
Décrit le contexte du membre PVOID.
InterfaceReference
Décrit le PINTERFACE_REFERENCE membre InterfaceReference.
InterfaceDereference
Décrit le PINTERFACE_DEREFERENCE membre InterfaceDereference.
GpeConnectVector
Décrit le PGPE_CONNECT_VECTOR membre GpeConnectVector.
GpeDisconnectVector
Décrit le PGPE_DISCONNECT_VECTOR membre GpeDisconnectVector.
GpeEnableEvent
Décrit le membre PGPE_ENABLE_EVENTGpeEnableEvent.
GpeDisableEvent
Décrit le membre PGPE_DISABLE_EVENTGpeDisableEvent.
GpeClearStatus
Décrit le membre PGPE_CLEAR_STATUSGpeClearStatus.
RegisterForDeviceNotifications
Décrit le PREGISTER_FOR_DEVICE_NOTIFICATIONS membre RegisterForDeviceNotifications.
UnregisterForDeviceNotifications
Décrit le membre PUNREGISTER_FOR_DEVICE_NOTIFICATIONSUnregisterForDeviceNotifications.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | wdm.h (inclure Wdm.h) |