IRTCSessionStateChangeEvent2::IsForked (Windows CE 5.0)

Send Feedback

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.

The following table shows an additional return value and additional information about a specific return value.

Value Meaning
E_POINTER The pfIsForked parameter is not a valid pointer.
RTC_E_INVALID_SESSION_STATE The session is not in the incoming state.

Requirements

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

See Also

IRTCSessionStateChangeEvent2

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.