Funzione WdfRequestGetRequestorProcessId (wdfrequest.h)
[Si applica a KMDF e UMDF]
Il metodo WdfRequestGetRequestorProcessId recupera l'identificatore del processo che ha inviato una richiesta di I/O.
Sintassi
ULONG WdfRequestGetRequestorProcessId(
[in] WDFREQUEST Request
);
Parametri
[in] Request
Handle per un oggetto richiesta framework.
Valore restituito
WdfRequestGetRequestorProcessId restituisce l'identificatore del processo che ha inviato la richiesta di I/O.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Universale |
Versione KMDF minima | 1.21 |
Versione UMDF minima | 2,0 |
Intestazione | wdfrequest.h (include Wdf.h) |
Libreria | Wdf01000.sys (KMDF); WUDFx02000.lib |
DLL | WUDFx02000.dll |
IRQL | <=DISPATCH_LEVEL |