IRTCSession::NextRedirectedUser (Windows CE 5.0)
This method advances the index in the array of addresses kept by the redirection context. Use this method only when processing redirects manually, that is, when the session is created using the RTCCS_FAIL_ON_REDIRECT flag.
HRESULT NextRedirectedUser();
Parameters
None.
Return Values
This method can return an RTC_E_ constant.
The following table shows additional possible return values.
Value | Description |
---|---|
S_OK | Success. |
S_FALSE | There is no address to be processed (end of the redirect list). |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCSession | IRTCSession::RedirectedUserName | IRTCSession::RedirectedUserURI
Send Feedback on this topic to the authors