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) |
Library | Wdf01000.sys (KMDF) ;WUDFx02000.lib |
DLL | WUDFx02000.dll |
IRQL | <=DISPATCH_LEVEL |