CMSPCallMultiGraph::ShutDown method (mspcall.h)

The ShutDown method is called by the MSP address object (in the method ShutdownMSPCall) to shut down the MSP call object. Cancels the thread pool waits on the call's graph events. Releases the references on all the stream objects. Calls the shutdown method on all the stream objects. Acquires the lock in the function.

Syntax

HRESULT ShutDown();

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header mspcall.h

See also

CMSPCallMultiGraph