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。
規格需求
需求 | 值 |
---|---|
標頭 | wdm.h (包含 Wdm.h) |