Platform SDK: TAPI

CMSPCallBase::ShutDown

This method is called by the MSPAddress object (in the method ShutdownMSPCall) to shut down the call. The derived class implementation should shut down all the streams on the call. (See also CMSPCallMultiGraph::ShutDown below.)

virtual HRESULT ShutDown( ) = 0;

Parameters

This method has no parameters.

See Also

CMSPCallBase