IWCWizard97Callback 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 IWCWizard97Callback interface is called by a Failover Cluster Administrator extension to add a Wizard97 property page to a Wizard97 wizard, such as the Cluster Application Wizard.
Inheritance
The IWCWizard97Callback interface inherits from the IUnknown interface. IWCWizard97Callback also has these types of members:
Methods
The IWCWizard97Callback interface has these methods.
IWCWizard97Callback::AddWizard97Page Adds a Wizard97 property page to a Wizard97 wizard, such as the Failover Cluster Application Wizard. |
IWCWizard97Callback::EnableNext Enables or disables the Next or Finish button on a Wizard97 wizard page, depending on whether the current page is last. |
Remarks
Use the piCallback pointer that you receive when Cluster Administrator calls your IWEExtendWizard97::CreateWizard97Pages method to call the methods of the IWCWizard97Callback interface.
To add non-Wizard97 pages use IWCWizardCallback.
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 |