CMSPCallBase::ShutDown method (mspcall.h)

The ShutDown 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.)

Syntax

HRESULT ShutDown();

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header mspcall.h

See also

CMSPCallBase