IClusCfgCredentials::AssignFrom method

[This method is available for use only in Windows Server 2003.]

Overwrites the user credentials with credentials copied from another instance of IClusCfgCredentials.

Syntax

HRESULT AssignFrom(
  [in] IClusCfgCredentials *picccSourceIn
);

Parameters

  • picccSourceIn [in]
    Pointer to the instance of IClusCfgCredentials from which to copy the user credentials.

Return value

If the AssignTo method successfully overwrites the user credentials with credentials copied from the specified instance of IClusCfgCredentials, it returns S_OK.

Any other HRESULT value indicates that the call failed.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgServer.idl

DLL

ClCfgSrv.dll

IID

IID_IClusCfgCredentials is defined as 54AA9406-A409-4B49-B314-5F0A0CE4C88E

See also

IClusCfgCredentials