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 Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCServer


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.