IRTCSession::NextRedirectedUser
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 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::RedirectedUserName | IRTCSession::RedirectedUserURI
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.