IClusCfgClusterInfo::GetClusterServiceAccountCredentials method

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

Retrieves the user account credentials used by the cluster for authentication.

Syntax

HRESULT GetClusterServiceAccountCredentials(
  [out] IClusCfgCredentials **ppicccCredentialsOut
);

Parameters

  • ppicccCredentialsOut [out]
    Pointer to an IClusCfgCredentials interface that contains the cluster's user account credentials.

Return value

The GetClusterServiceAccountCredentials method returns one of the following values.

Any other HRESULT value indicates that the call failed.

  • S_OK.
    The called succeeded.

  • E_OUTOFMEMORY
    Out of memory.

Remarks

The cluster must run in a domain user account with administrative privileges on each cluster node.

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_IClusCfgClusterInfo is defined as 85B4BBC0-DDC4-4AE7-8268-F4850BB2A6EE

See also

IClusCfgClusterInfo