SetFileServerAccount method

Sets the Windows NT account loginname and password used to access file servers.

Syntax


C++
HRESULT SetFileServerAccount (
   BSTR Login,
   BSTR Password)
Scripting languages
Object.SetFileServerAccount (
   Login as String,
   Password as String)

Parameters


Login

 The Windows NT login used to access file servers.

Password

The Windows NT password used to access file servers.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUSiteSettings