Tagged Questions
0
votes
1answer
205 views
how to : do 2 way communication between user mode and kernel mode
i have written a driver .. which has extracted a value from IRP buffer . now based on this keyword i have to pass o fail the irp ..... so i need to communicate with the database which is not easy from ...