ABSTRACT

Example 31 Passing Data to a COM Object Using C++ where we review every way possible to send data between C++ client and server.

Example 32 Passing Interface Pointers Between Threads Using C++ where we look at a set of COM API calls that help ensure that a COM interface pointer stays thread safe, even when it's passed as an argument to another thread.