WdfRequestGetRequestorProcessId 関数 (wdfrequest.h)
[KMDF と UMDF に適用]
WdfRequestGetRequestorProcessId メソッドは、I/O 要求を送信したプロセスの識別子を取得します。
構文
ULONG WdfRequestGetRequestorProcessId(
[in] WDFREQUEST Request
);
パラメーター
[in] Request
フレームワーク要求オブジェクトへのハンドル。
戻り値
WdfRequestGetRequestorProcessId 、I/O 要求を送信したプロセスの識別子を返します。
必要条件
要件 | 価値 |
---|---|
ターゲット プラットフォーム の | 万国 |
最小 KMDF バージョン | 1.21 |
UMDF の最小バージョン を する | 2.0 |
ヘッダー | wdfrequest.h (Wdf.h を含む) |
ライブラリ | Wdf01000.sys (KMDF);WUDFx02000.lib |
DLL | WUDFx02000.dll |
IRQL | <=DISPATCH_LEVEL |