Hello All,
I am new to kernel mode programming. I wrote a simple TDI filter driver which sniffs the TDI IRP's , I tracked TDI_SEND IRP which sends the data and logging it. I wanted to send this IRP info (File Name) and show the user for confirmation for sending that file.
How can I achieve this, How can I pend the IRP and How can I verify the IRP status after user confirmation and complete the IRP ?
I am new to kernel mode programming. I wrote a simple TDI filter driver which sniffs the TDI IRP's , I tracked TDI_SEND IRP which sends the data and logging it. I wanted to send this IRP info (File Name) and show the user for confirmation for sending that file.
How can I achieve this, How can I pend the IRP and How can I verify the IRP status after user confirmation and complete the IRP ?