IRTCClient::StopT120Applets

The StopT120Applets method stops all running T120 applets. All RTCMT_T120_SENDRECV data streams must be stopped before this method can be called. If a data stream is still active, RTC_E_SIP_STREAM_PRESENT is returned.

HRESULT StopT120Applets();

Parameters

This method has no parameters.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_CLIENT_NOT_INITIALIZED The client has not been initialized.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000 SP4.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCClient is defined as 07829e45-9a34-408e-a011-bddf13487cd1.

See Also

IRTCClient, IRTCClient::StartT120Applet