IRTCSession::NextRedirectedUser (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
HRESULT NextRedirectedUser();
Parameters
None.
Return Value
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
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IRTCSession
IRTCSession::RedirectedUserName
IRTCSession::RedirectedUserURI