ICluster::get_Name method

Retrieves the display name of the cluster.

Syntax

HRESULT get_Name(
  [out] BSTR *pRetVal
);

Parameters

  • pRetVal [out]
    The display name of the cluster.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. To get a description of the error, call the ICluster::get_ErrorMessage method.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

ICluster