ACPI_INTERFACE_STANDARD2 结构 (wdm.h)

本主题介绍 ACPI_INTERFACE_STANDARD2 结构。

语法

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;

成员

Size

描述 USHORT 成员 大小

Version

描述 USHORT 成员 版本

Context

描述 PVOID 成员 上下文

InterfaceReference

描述 PINTERFACE_REFERENCE 成员 InterfaceReference

InterfaceDereference

描述 PINTERFACE_DEREFERENCE 成员 InterfaceDereference

GpeConnectVector

描述 PGPE_CONNECT_VECTOR 成员 GpeConnectVector

GpeDisconnectVector

描述 PGPE_DISCONNECT_VECTOR 成员 GpeDisconnectVector

GpeEnableEvent

描述 PGPE_ENABLE_EVENT 成员 GpeEnableEvent

GpeDisableEvent

描述 PGPE_DISABLE_EVENT 成员 GpeDisableEvent

GpeClearStatus

描述 PGPE_CLEAR_STATUS 成员 GpeClearStatus

RegisterForDeviceNotifications

描述 PREGISTER_FOR_DEVICE_NOTIFICATIONS 成员 RegisterForDeviceNotifications

UnregisterForDeviceNotifications

描述 PUNREGISTER_FOR_DEVICE_NOTIFICATIONS 成员 UnregisterForDeviceNotifications

要求

要求
Header wdm.h (包括 Wdm.h)