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 tamanho do membro USHORT.

Version

Descreve a versão do membro USHORT.

Context

Descreve o contexto do membro PVOID.

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)