共用方式為


IInterruptSync::GetKInterrupt 方法 (portcls.h)

方法 GetKInterrupt 會從埠類別同步處理物件取得 WDM 中斷物件。

Syntax

PKINTERRUPT GetKInterrupt();

傳回值

GetKInterrupt 會傳回 WDM 中斷物件的指標。

備註

PKINTERRUPT指標是傳遞至每個中斷服務例程的兩個參數之一, (請參閱 InterruptService) 。 每個 IInterruptSync 物件都有相關聯的 PKINTERRUPT 指標。 它會指向相關聯的核心中斷物件,這不透明。

驅動程式通常只有在需要取得此指標時才會呼叫 GetKInterrupt ,以便直接呼叫 KeSynchronizeExecution

規格需求

需求
目標平台 Universal
標頭 portcls.h (包括 Portcls.h)
IRQL 任何層級

另請參閱

IInterruptSync

InterruptService

KeSynchronizeExecution