CBaseRenderer::OnStopStreaming
Notifies the derived class that streaming has stopped.
virtual HRESULT OnStopStreaming(void);
Return Values
Returns NOERROR in the default implementation.
Remarks
This member function is called from CBaseRenderer::StopStreaming. Override this in your derived class to provide special handling when streaming stops.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.