The SetServerName method sets the computer name of the server, and restarts the computer to apply the change if requested.
HRESULT SetServerName( [in] BSTR Name, [in, optional] VARIANT_BOOL RestartNow, [in, optional] BSTR DomainUserName, [in, optional] BSTR DomainUserPassword );
Required. BSTR that specifies the name of the computer.
Boolean value that indicates whether to restart the computer after the method completes.
BSTR that specifies the domain user name.
BSTR that specifies the domain password of the user.
This method returns S_OK if the call is successful; otherwise, it returns an error code.
Sub SetServerName( _ ByVal Name As String, _ [ ByVal RestartNow As Boolean ], _ [ ByVal DomainUserName As String ], _ [ ByVal DomainUserPassword As String ] _ )
Required. String that specifies the name of the computer.
Boolean value that indicates whether to restart the computer after the method completes.
String that specifies the domain user name.
String that specifies the domain password of the user.
If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.
The computer must be restarted to apply the change.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.