I hope someone here can direct me with my special problem.
I use extensively Win32 multimedia functions hook by means of a special
library and it usually works fine. For every function that I want to hook ,
I declare the dll in which it resides, I define the hooked function in which
I do my specific tasks, and then I usually call the original one.
Now I need to hook "DriverProc" function which is an installable driver
function in my acm driver msadp32.acm.
Can this function be hooked as all win32 functions?
Where can I find the header for this function - DriverProc? Though MSDN
states that it's declared in mmsystem.h its not there.
Any reference is appreciated.
Regards
Gil