SetServerName Method of the IFPCServer3 Interface

The SetServerName method sets the computer name of the server, and restarts the computer to apply the change if requested.

C++

Syntax

HRESULT SetServerName(
  [in]            BSTR Name,
  [in, optional]  VARIANT_BOOL RestartNow,
  [in, optional]  BSTR DomainUserName,
  [in, optional]  BSTR DomainUserPassword
);

Parameters

  • Name
    Required. BSTR that specifies the name of the computer.

  • RestartNow
    Boolean value that indicates whether to restart the computer after the method completes.

  • DomainUserName
    BSTR that specifies the domain user name.

  • DomainUserPassword
    BSTR that specifies the domain password of the user.

Return Value

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

Visual Basic

Syntax

Sub SetServerName( _
  ByVal Name As String, _
  [ ByVal RestartNow As Boolean ], _
  [ ByVal DomainUserName As String ], _
  [ ByVal DomainUserPassword As String ] _
)

Parameters

  • Name
    Required. String that specifies the name of the computer.

  • RestartNow
    Boolean value that indicates whether to restart the computer after the method completes.

  • DomainUserName
    String that specifies the domain user name.

  • DomainUserPassword
    String that specifies the domain password of the user.

Return Value

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

Remarks

The computer must be restarted to apply the change.

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