IWCWizardCallback interface (cluadmex.h)

[This interface is available for use in the operating systems specified in the Requirements section. Support for this interface was removed in Windows Server 2008.]

The IWCWizardCallback interface is called by a Failover Cluster Administrator extension to add a property page to a Failover Cluster Administrator Wizard and to manage navigation.

Inheritance

The IWCWizardCallback interface inherits from the IUnknown interface. IWCWizardCallback also has these types of members:

Methods

The IWCWizardCallback interface has these methods.

 
IWCWizardCallback::AddWizardPage

Adds a property page to a Failover Cluster Administrator Wizard.
IWCWizardCallback::EnableNext

Enables or disables the Next or Finish button on a Failover Cluster Administrator Wizard page, depending on whether the current page is last.

Remarks

Use the piCallback pointer that you receive when Failover Cluster Administrator calls your IWEExtendWizard::CreateWizardPages method to call the methods of the IWCWizardCallback interface.

Use IWCWizard97Callback to add Wizard97 pages.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2003 Enterprise, Windows Server 2003 Datacenter
Target Platform Windows
Header cluadmex.h

See also

Failover Cluster Administrator Callback Interfaces

IWCWizard97Callback

IWEExtendWizard::CreateWizardPages