Hi,
I am trying to track some of the IRP’s sent from my driver.
kd> !irp 0xfffffa80`0a24c310
Irp is active with 1 stacks 1 is current (= 0xfffffa800a24c3e0)
No Mdl: No System Buffer: Thread 00000000: Irp stack trace.
cmd flg cl Device File Completion-Context
[f, e] 0 e1 fffffa80063f2990 00000000 fffff88005a390f0-fffffa800a24c440 Success Error Cancel pending
\Driver\AFD Fuji!WskVideoSendIrpCompletionRoutine
Args: fffffa80075f6f40 fffff880009c5be0 fffffa8006b09a48 00000000
Please explain ‘Args’ in the output.
Will I be able to search this irp later using any of thease Args data?
kd> !irpfind arg fffffa80075f6f40
How to restrict the output of this command to only IRP’s I am interested?