CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    3

    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...


  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    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
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured