Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I want to implement Opened File Monitoring so I need a C++ Code to Get Opened File Path . My aim of this Opened File Monitoring is to get Information about the files opened by the users of machine. how can i implement this please suggest me...
Posted
Comments
stib_markc 5-Sep-12 1:58am    
If you are using VC++, please look into http://msdn.microsoft.com/en-US/library/55bbx41s%28v=vs.80%29[^]

1 solution

I am not sure that such a thing is possible without writing some sort of filter driver that monitors the system. API hooking revealed[^] is an article that shows some of the techniques that may help you.
 
Share this answer
 

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