Hello,
We are interested in adding menu item to all context menus of any
application.
We want to implement this by hooking calls of API functions or messages.
In this connection we have couple questions
1. We have DLL which is loaded into all processes of PocketPC. How we could
set hooks on API functions during loading of my DL, i.e. when DLLMain with
the argument "DLL_PROCESS_ATTACH" is called? Particularly we need a way of
hooking calls of functions from coredll.dll.
2. Is it feasible to get table of imported functions of the current process
on Pocket PC 2003? If so, is it possible to modify it? Also how to get
offset to required function?
Thanks All