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

I need your help in cracking a problem i am facing.......

I want to track the saving of a file using 'Save As' menu option of different applications(like notepad, word, excel , acrobat) etc. I guess it requires hooking some of APIis like getsavefilename etc. But then what i found is MS OFFICE utilities use some other alien apis which i am not able to figure out, I am really struck here... I appreciate any help in this direction

I am using VC++ on windows XP



Thanks in advance
Dinakara K
Posted

You would need a File System Filter Driver to catch all writes to the disk.
Not really a straight forward task.
 
Share this answer
 
Thanks superman,

I think there would be some APIs that the MS office suite uses which i should be able to hook or atleast some techniques other than writing filter driver.......
 
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