Platform SDK: TAPI |
This helper template function is called in the derived class' implementation of ShutdownMSPCall. It manipulates the passed-in aggregated TAPI call object Unknown pointer via dynamic casts to obtain a pointer to the inner MSP call object, and then calls the Shutdown method on the MSP call object (see below).
template <class T> HRESULT ShutdownMSPCallHelper( IUnknown *pUnknown, T **ppCMSPCall );