estructura ACPI_INTERFACE_STANDARD2 (wdm.h)
En este tema se describe la estructura ACPI_INTERFACE_STANDARD2 .
Sintaxis
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;
Miembros
Size
Describe el tamaño del miembro de USHORT.
Version
Describe la versión del miembro de USHORT.
Context
Describe el contexto del miembro PVOID.
InterfaceReference
Describe el PINTERFACE_REFERENCE miembro InterfaceReference.
InterfaceDereference
Describe el miembro PINTERFACE_DEREFERENCEInterfaceDereference.
GpeConnectVector
Describe el miembro PGPE_CONNECT_VECTORGpeConnectVector.
GpeDisconnectVector
Describe el miembro PGPE_DISCONNECT_VECTORGpeDisconnectVector.
GpeEnableEvent
Describe el PGPE_ENABLE_EVENT miembro GpeEnableEvent.
GpeDisableEvent
Describe el miembro PGPE_DISABLE_EVENTGpeDisableEvent.
GpeClearStatus
Describe el miembro PGPE_CLEAR_STATUSGpeClearStatus.
RegisterForDeviceNotifications
Describe el miembro PREGISTER_FOR_DEVICE_NOTIFICATIONSRegisterForDeviceNotifications.
UnregisterForDeviceNotifications
Describe el miembro PUNREGISTER_FOR_DEVICE_NOTIFICATIONSUnregisterForDeviceNotifications.
Requisitos
Requisito | Valor |
---|---|
Header | wdm.h (incluya Wdm.h) |