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 成員 Size。
Version
描述 USHORT 成員 版本。
Context
描述 PVOID 成員 Context。
InterfaceReference
描述 interfaceReference PINTERFACE_REFERENCE 成員。
InterfaceDereference
描述 PINTERFACE_DEREFERENCE 成員 InterfaceDereference。
GpeConnectVector
描述 gpeConnectVector PGPE_CONNECT_VECTOR 成員。
GpeDisconnectVector
描述 gpeDisconnectVector PGPE_DISCONNECT_VECTOR 成員。
GpeEnableEvent
描述 PGPE_ENABLE_EVENT 成員 GpeEnableEvent。
GpeDisableEvent
描述 GpeDisableEvent PGPE_DISABLE_EVENT 成員。
GpeClearStatus
描述 gpeClearStatus PGPE_CLEAR_STATUS 成員。
RegisterForDeviceNotifications
描述 registerForDeviceNotifications PREGISTER_FOR_DEVICE_NOTIFICATIONS 成員。
UnregisterForDeviceNotifications
描述 PUNREGISTER_FOR_DEVICE_NOTIFICATIONS 成員 UnregisterForDeviceNotifications。
要求
要求 | 價值 |
---|---|
標頭 | wdm.h (包括 Wdm.h) |