Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Catching MTS method calls


Message #1 by "Mark Powell" <mpowell@a...> on Wed, 15 Aug 2001 14:29:52
Hi All,
I'm in the process of using Microsoft's MTS Spy program to track method 
calls to an MTS package.  As you probably know, the method call listings 
only show the class ID and V-table index for the method call, rather than 
a meaningful object name.  From the small amount of info I've found about 
how MTS Spy works I understand that it uses the functionality in the MTS 
Events type library.  I'm looking at using the same DLL to catch method 
call and then using my own code to translate the CLSID and VTABLE ID into 
a object.method form for ease of use.  Does anyone know how to go about 
catching the method calls using MTS Events?  Any help would be gratefully 
appreciated.

Regards,
Mark Powell.

  Return to Index