IRTCProfile::SetCredentials (Windows CE 5.0)

Send Feedback

This method overrides the profile credentials.

HRESULT SetCredentials(BSTR bstrUserURI,BSTR bstrUserAccount,BSTR bstrPassword);

Parameters

  • bstrUserURI
    [in] The user URI. It must be a valid SIP URI.
  • bstrUserAccount
    [in] The user account used by the authentication process.
  • bstrPassword
    [in] The password used by the authentication process.

Return Values

This method can return an RTC_E_ constant. The following table shows additional information about a specific return value.

Value Meaning
RTC_E_INVALID_REGISTRATION_STATE The profile is already registered.

Requirements

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

See Also

IRTCProfile

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.