Condividi tramite


ACPI_INTERFACE_STANDARD2 struttura (wdm.h)

Questo argomento descrive 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;

Members

Size

Descrive le dimensioni del membro USHORT.

Version

Descrive la versione membro USHORT.

Context

Descrive il contesto membro PVOID.

InterfaceReference

Descrive l'interfaccia membro PINTERFACE_REFERENCE.

InterfaceDereference

Descrive l'interfaccia membro PINTERFACE_DEREFERENCEInterfaceDereference.

GpeConnectVector

Descrive l'PGPE_CONNECT_VECTOR membro GpeConnectVector.

GpeDisconnectVector

Descrive l'PGPE_DISCONNECT_VECTOR membro GpeDisconnectVector.

GpeEnableEvent

Descrive il membro PGPE_ENABLE_EVENTGpeEnableEvent.

GpeDisableEvent

Descrive il membro PGPE_DISABLE_EVENTGpeDisableEvent.

GpeClearStatus

Descrive l'PGPE_CLEAR_STATUS membro GpeClearStatus.

RegisterForDeviceNotifications

Descrive l'PREGISTER_FOR_DEVICE_NOTIFICATIONS membro RegisterForDeviceNotifications.

UnregisterForDeviceNotifications

Descrive l'PUNREGISTER_FOR_DEVICE_NOTIFICATIONS membro UnregisterForDeviceNotifications.

Requisiti

Requisito Valore
Intestazione wdm.h (include Wdm.h)