Platform SDK: TAPI |
Starts the substream. See the Remarks section under ITStream::StartStream for additional information.
HRESULT StartSubStream( );
This interface has no parameters.
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. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.
Library: Use T3iid.lib.