Share via


SetUserNameAndPassword Method of the IFPCServer3 Interface

The SetUserNameAndPassword method sets the server current user name and password.

C++

Syntax

HRESULT SetUserNameAndPassword(
  [in]  BSTR NewUserName,
  [in]  BSTR CurrentPassword,
  [in]  BSTR NewPassword
);

Parameters

  • NewUserName
    Required. BSTR that specifies the new user name.

  • CurrentPassword
    Required. BSTR that specifies the current password.

  • NewPassword
    Required. BSTR that specifies the new password.

Return Value

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Visual Basic

Syntax

Sub SetUserNameAndPassword( _
  ByVal NewUserName As String, _
  ByVal CurrentPassword As String, _
  ByVal NewPassword As String _
)

Parameters

  • NewUserName
    Required. String that specifies the new user name.

  • CurrentPassword
    Required. String that specifies the current password.

  • NewPassword
    Required. String that specifies the new password.

Return Value

If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCServer

Send comments about this topic to Microsoft

Build date: 6/30/2010