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 포함) |