home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!sal.wisc.edu!rat!zeus!vcurley
- From: vcurley@zeus.calpoly.edu (Vince Curley)
- Subject: What functions am I calling?
- Message-ID: <1992Jul23.214421.533373@zeus.calpoly.edu>
- Keywords: debug functions
- Organization: California Polytechnic State University, San Luis Obispo
- Date: Thu, 23 Jul 1992 21:44:21 GMT
- Lines: 16
-
- For debugging purposes I need to know what functions my app is
- calling but can't find out how to do it. For example, I have
- an app that calls into a DLL and I want to set up some sort of
- hook that will catch a call to the DLL function, lemme know it
- was called and call the original function as if nothing happened.
- I was thinking of doing something along the lines of subclassing
- where I would replace the proc with one of my own, but this only
- works for windows and classes, not arbitrary functions, right?
-
- Anyway, ANY suggestions or comments would be appreciated. Thanks.
-
- Vince
-
- --
- // Vince Curley + vcurley@demeter.calpoly.edu \\
- + Windows Multimedia + Windows NT + Windows DBMS + Windows OOP +
-