IRTCSession::get_CanAddParticipants

The get_CanAddParticipants property gets an indication of whether it is possible to add participants to this session.

HRESULT get_CanAddParticipants(VARIANT_BOOL*pfCanAdd);

Parameters

  • pfCanAdd
    [out] Pointer to a VARIANT_BOOL containing the add participants flag.

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, IRTCSession::AddParticipant