Platform SDK: TAPI

ITSubStream::StartSubStream

Starts the substream. See the Remarks section under ITStream::StartStream for additional information.

HRESULT StartSubStream( );

Parameters

This interface has no parameters.

Return Values

Value Meaning
S_OK Method succeeded.
TAPI_E_NOTERMINALSELECTED No terminal has been selected on the substream so it cannot be started.
TAPI_E_NOTSTOPPED Substream has already been started.
TAPI_E_NOTSUPPORTED This operation is not supported.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
  Library: Use T3iid.lib.

See Also

Media Service Provider Interface (MSPI), ITSubStream