Share via


IRTCParticipant::Removable (Windows Embedded CE 6.0)

1/6/2010

This method gets a value that tells if it is possible to remove this participant from the session.

Syntax

HRESULT get_Removable(
  VARIANT_BOOL* pfRemovable
);

Parameters

  • pfRemovable
    [out] Pointer to VARIANT_TRUE if the participant is removable, and to VARIANT_FALSE otherwise.

Return Value

This method can return an RTC_E_ constant.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCParticipant
IRTCParticipant::State