Share via


ICluster::get_Parameters method

Retrieves the cluster's configuration parameters.

Syntax

HRESULT get_Parameters(
  [out] INameValueCollection **pRetVal
);

Parameters

  • pRetVal [out]
    An INameValueCollection interface that contains a collection of configuration parameters for the cluster. The variant type of each item is VT_DISPATCH. Query the pdispVal member of the variant for the INameValue interface.

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.

Remarks

To set the configuration parameters, call the ICluster::SetClusterParameter method.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

ICluster