estrutura ACPI_INTERFACE_STANDARD2 (wdm.h)
Este tópico descreve a estrutura ACPI_INTERFACE_STANDARD2.
Sintaxe
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;
Membros
Size
Descreve o membro USHORT Size.
Version
Descreve o membro USHORT Versão.
Context
Descreve o membro PVOID Context.
InterfaceReference
Descreve o membro PINTERFACE_REFERENCEInterfaceReference.
InterfaceDereference
Descreve o membro PINTERFACE_DEREFERENCEInterfaceDereference.
GpeConnectVector
Descreve o membro PGPE_CONNECT_VECTORGpeConnectVector .
GpeDisconnectVector
Descreve o membro PGPE_DISCONNECT_VECTORgpeDisconnectVector.
GpeEnableEvent
Descreve o membro PGPE_ENABLE_EVENTgpeEnableEvent.
GpeDisableEvent
Descreve o membro PGPE_DISABLE_EVENTGpeDisableEvent .
GpeClearStatus
Descreve o membro PGPE_CLEAR_STATUSGpeClearStatus.
RegisterForDeviceNotifications
Descreve o membro PREGISTER_FOR_DEVICE_NOTIFICATIONSRegisterForDeviceNotifications .
UnregisterForDeviceNotifications
Descreve o membro PUNREGISTER_FOR_DEVICE_NOTIFICATIONSUnregisterForDeviceNotifications.
Requisitos
Requisito | Valor |
---|---|
cabeçalho | wdm.h (inclua Wdm.h) |