Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_FederationFlag method gets information about whether a participant is a federated user and whether that federated system is archiving instant messages.
HRESULT get_FederationFlag(long*plFlags);
Parameters
- plFlags
[out] A pointer to a long containing flags (RTCFF_ constants) specifying whether the participant is a federated user and whether that federated system is archiving.
Return Values
RTC methods may return an RTC_E_ constant.
Remarks
Developers should call this method after the RTCE_PARTICIPANT_STATE_CHANGE is fired.
Requirements
Redistributable: Requires Rtcdll.dll on Windows 2000 SP4 and later, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCParticipant2 is defined as B492D4B4-42DF-430a-848F-36FB39FD005F.
See Also
IRTCParticipant2, RTCFF_ constants, RTC_EVENT enumeration, IRTCParticipantStateChangeEvent, Support for Microsoft Live Communications Server 2005