IoGetDriverObjectExtension 関数 (wdm.h)
IoGetDriverObjectExtension ルーチンは、以前に割り当てられたドライバーごとのコンテキスト領域を取得します。
C++
__drv_aliasesMem PVOID IoGetDriverObjectExtension(
[in] PDRIVER_OBJECT DriverObject,
[in] PVOID ClientIdentificationAddress
);
[in] DriverObject
コンテキスト領域が関連付けられているドライバー オブジェクトを指定します。
[in] ClientIdentificationAddress
取得するコンテキスト領域の一意識別子 (割り当て時に指定) を指定します。
IoGetDriverObjectExtension NULL がある場合、または返される場合は、コンテキスト領域へのポインター返します。
ドライバー IoGetDriverObjectExtension を呼び出して、以前に割り当てられた拡張領域へのポインターを取得します。
要件 | 価値 |
---|---|
サポートされる最小クライアント | Windows 2000 以降で使用できます。 |
ターゲット プラットフォーム の | 万国 |
ヘッダー | wdm.h (Wdm.h、Ntddk.h、Ntifs.h を含む) |
ライブラリ | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= DISPATCH_LEVEL |
IoAllocateDriverObjectExtension の