struttura ACPI_INTERFACE_STANDARD2 (wdm.h)
In questo argomento viene descritta la struttura ACPI_INTERFACE_STANDARD2.
Sintassi
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;
Membri
Size
Descrive il membro USHORT Size.
Version
Descrive il membro USHORT Version.
Context
Descrive il membro PVOIDContext.
InterfaceReference
Descrive il membro PINTERFACE_REFERENCEInterfaceReference.
InterfaceDereference
Descrive il membro PINTERFACE_DEREFERENCEInterfaceDereference.
GpeConnectVector
Descrive il membro PGPE_CONNECT_VECTORGpeConnectVector.
GpeDisconnectVector
Descrive il membro PGPE_DISCONNECT_VECTORGpeDisconnectVector.
GpeEnableEvent
Descrive il membro PGPE_ENABLE_EVENTGpeEnableEvent.
GpeDisableEvent
Descrive il membro PGPE_DISABLE_EVENTGpeDisableEvent.
GpeClearStatus
Descrive il membro PGPE_CLEAR_STATUSGpeClearStatus.
RegisterForDeviceNotifications
Descrive il membro PREGISTER_FOR_DEVICE_NOTIFICATIONSRegisterForDeviceNotifications.
UnregisterForDeviceNotifications
Descrive il membro PUNREGISTER_FOR_DEVICE_NOTIFICATIONSUnregisterForDeviceNotifications.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | wdm.h (include Wdm.h) |