IClusCfgClusterInfo::SetIPAddress method

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

Stores the IP address to be used to form the cluster.

Syntax

HRESULT SetIPAddress(
  [in] ULONG ulDottedQuadIn
);

Parameters

  • ulDottedQuadIn [in]
    IP address in dotted quad format.

Return value

If the SetIPAddress method successfully stores the IP address, it returns S_OK.

Any other HRESULT value indicates that the call failed.

Remarks

This method is typically called only by the cluster. Do not call this method from a configuration object running on the server.

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