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