Trace RPC Calls and Notify the COM+ Events to Your Program
Rating: 




Pardeep Kadian - 05/05/2006
Learn about a simple way to understand and implement the COM+ Admin and Instrumentation interfaces.A Kick-Start to SAX with C++, Part 3
Rating: none
Marius Bancila - 03/16/2006
Learn how to implement some basic error handling and perform cleanup operations.
A Kick-Start to SAX with C++, Part 2
Rating: none
Marius Bancila - 03/15/2006
Learn how to work around the restriction of using a single handler type at a time.
A Pure C++ Implementation of a COM Smart Pointer
Rating: none
Skeeter Xu - 03/01/2006
CComPtr wraps any interface pointer and will call AddRef() and Release() properly. You don't need to worry about controlling the lifetime of your interface pointer.
