共用方式為


(wdm.h) IoGetDriverObjectExtension 函式

IoGetDriverObjectExtension 例程會擷取先前配置的個別驅動程序內容區域。

語法

__drv_aliasesMem PVOID IoGetDriverObjectExtension(
  [in] PDRIVER_OBJECT DriverObject,
  [in] PVOID          ClientIdentificationAddress
);

參數

[in] DriverObject

指定與內容區域相關聯的驅動程序物件。

[in] ClientIdentificationAddress

指定要擷取之內容區域的唯一標識碼,在配置時提供。

傳回值

如果有任何或傳回 NULL,IoGetDriverObjectExtension 會傳回內容區域的指標。

備註

驅動程式會呼叫 IoGetDriverObjectExtension ,以擷取先前配置的延伸模組區域的指標。

規格需求

需求
最低支援的用戶端 從 Windows 2000 開始提供。
目標平台 Universal
標頭 wdm.h (包括 Wdm.h、Ntddk.h、Ntifs.h)
程式庫 NtosKrnl.lib
Dll NtosKrnl.exe
IRQL <= DISPATCH_LEVEL

另請參閱

IoAllocateDriverObjectExtension