Share via


IRTCSession::get_Profile

The get_Profile property returns the profile currently used by the session. This property is reliable only when the session is in the RTCSS_CONNECTED state.

HRESULT get_Profile(IRTCProfile**ppProfile);

Parameters

  • ppProfile
    [out] Pointer to the newly created IRTCProfile interface. This call adds a reference to the interface, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_NO_PROFILE No profile is used for this session.

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, IRTCProfile