Share via


IRTCProfile::SetCredentials

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.

Requirements

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

See Also

IRTCProfile

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.