IRTCSessionStateChangeEvent2::IsForked

This method determines if the session has been sent to multiple devices. It can be called only on a session in the RTCSS_INCOMING state.

HRESULT get_IsForked(
  VARIANT_BOOL* pfIsForked
);

Parameters

  • pfIsForked
    [out] Pointer to VARIANT_TRUE if the session has been sent to multiple devices, and to VARIANT_FALSE otherwise.

Return Values

This method can return an RTC_E_ constant.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCSessionStateChangeEvent2

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.