IClusCfgIPAddressInfo::SetIPAddress method

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

Sets an IP address of the network interface, to take affect when the cluster configuration is committed.

Syntax

HRESULT SetIPAddress(
  [in] ULONG ulDottedQuadIn
);

Parameters

  • ulDottedQuadIn [in]
    The IP address of the interface to be stored in dotted quad format.

Return value

If the SetIPAddress method successfully sets the IP address, 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_IClusCfgIPAddressInfo is defined as AAEAF0A5-E310-4604-A55E-2F9DDC4157A8

See also

IClusCfgIPAddressInfo