|
-
June 21st, 2001, 04:19 PM
#1
Dll Method call Trapping.
Hi...
I need to know if theres a way to trap a call to a non-com dll. Lets say that an app declares a function from some dll. Then it uses it and gets a result. Here is were I need that my resident program "see" this specific event and then make something.
My app is waiting to catch that call and then see the result.
Is this possible???
Thanks to all of you!!
Luigi...
-
June 22nd, 2001, 03:01 AM
#2
Re: Dll Method call Trapping.
This is possible if you install a windows hook to watch your application - see the MSDN documentation on WH_DEBUG for details.
HTH,
Duncan
-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|