IClusCfgClusterInfo::GetBindingString method

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

Retrieves IP address (binding string) used to connect to the cluster.

Syntax

HRESULT GetBindingString(
  [out] BSTR *pbstrBindingStringOut
);

Parameters

  • pbstrBindingStringOut [out]
    Pointer to a BSTR that receives the IP address used to connect to the cluster. Callers must call SysFreeString to free this pointer.

Return value

If the GetBindingString method successfully retrieves 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_IClusCfgClusterInfo is defined as 85B4BBC0-DDC4-4AE7-8268-F4850BB2A6EE

See also

IClusCfgClusterInfo

IClusCfgClusterInfo::SetBindingString