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

介绍 interfaceReference PINTERFACE_REFERENCE 成员。

InterfaceDereference

介绍 interfaceDereference PINTERFACE_DEREFERENCE 成员

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

要求

要求 价值
标头 wdm.h (包括 Wdm.h)