共用方式為


CompletionRoutineRegistered 規則 (wdm)

CompletionRoutineRegistered 規則會指定,如果分派例程使用 IoSetCompletionRoutineEx 註冊 IoCompletion 例程,則分派例程必須在之後呼叫 IoCallDriverPoCallDriver

IoSetCompletionRoutineEx 例程會配置仍配置的記憶體,直到 IoCompletion 例程執行為止。 驅動程式必須呼叫IoCallDriverPoCallDriver,以確保其IoCompletion例程會執行;否則,核心將會流失記憶體。

驅動程式模型:WDM

測試方法

在編譯時期

執行 靜態驅動程序驗證器 ,並指定 CompletionRoutineRegistered 規則。

使用下列步驟來執行程式碼的分析:
  1. 準備程式代碼 (使用角色類型宣告) 。
  2. 執行靜態驅動程式驗證程式。
  3. 檢視和分析結果。

如需詳細資訊,請參閱 使用靜態驅動程式驗證器尋找驅動程式中的瑕疵

適用於

IoCallDriverIoSetCompletionRoutineIoSetCompletionRoutineExPoCallDriver