Advice on Global Hook
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I've a requirement to hook into the PrintDlg/StartDoc/EndDoc API's using a global hook to obtain information when the end user does a print from any application that has a File/Print interface. Any ideas as to what might be the best way to do this ? I'm considering using APIHijack - A Library for easy DLL function hooking by Wade Brainerd (http://www.codeproject.com/dll/apihijack.asp[^]) Any ideas/suggestion would be welcome.