IRTCParticipant::get_Removable

The get_Removable property gets whether it is possible to remove this participant from the session.

HRESULT get_Removable(VARIANT_BOOL*pfRemoveable);

Parameters

  • pfRemoveable
    [out] Pointer to a VARIANT_BOOL containing the removable 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_IRTCParticipant is defined as ae86add5-26b1-4414-af1d-b94cd938d739.

See Also

IRTCParticipant