IRTCSession::get_Client

The get_Client property returns an IRTCClient interface for the parent RTC Client object.

HRESULT get_Client(IRTCClient**ppClient);

Parameters

  • ppClient
    [out] Pointer to the IRTCClient interface on the parent Client object. This call adds a reference to the Client object, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCSession is defined as 387c8086-99be-42fb-9973-7c0fc0ca9fa8.

See Also

IRTCSession, IRTCClient