Click here to Skip to main content
15,896,552 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to write a C++ function which performs the following task :
Whenever an I/O request packet (IRP) came by,
at first, it gets checked by my function, and if my function found it valid,
then the other programs get access to it, otherwise, they won't be able to access it.
For example, if a user open-file request poped up, other applications will gain entrance to it, only if my function let them.
Posted
Updated 3-Aug-13 19:35pm
v2

1 solution

I think its the same thread you asked

On StackOverflow 45 mins ago

Please Don't Abuse...

Watch this...

I/O request packets (Windows Drivers)
 
Share this answer
 
v3
Comments
Ali kianinejad 4-Aug-13 1:43am    
please give me an Example

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900