Share via


IClusCfgCreateClusterWizard::MinimumConfiguration property

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

Sets or retrieves a Boolean value that determines whether the Create Cluster wizard is in minimum configuration mode.

This property is read/write.

Syntax

HRESULT put_MinimumConfiguration(
   VARIANT_BOOL fMinConfigIn
);

HRESULT get_MinimumConfiguration(
   VARIANT_BOOL *pfMinConfigOut
);

Property value

Boolean variant that specifies whether the wizard is in minimum configuration mode. The following table shows the possible values.

Value Meaning
VARIANT_FALSE

The wizard is run in minimum configuration mode. This value should be used only for complex configurations where you do not want the wizard to automatically locate and include all the storage to be managed by the cluster.

VARIANT_TRUE

The wizard performs a full configuration. This value is appropriate for most installations and will result in a completely configured failover cluster. This is the default value.

 

Error codes

If the property access methods get_MinimumConfiguration and put_MinimumConfiguration succeed, they return 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

ClusCfgWizard.idl

DLL

ClCfgSrv.dll

IID

IID_IClusCfgCreateClusterWizard is defined as F65C6990-A144-4127-AB6E-3712B75F1843

See also

IClusCfgCreateClusterWizard