Adding Wizard and Wizard97 Pages
[Support for Failover Cluster Administrator extension DLLs was removed in Windows Server 2008.]
Failover Cluster Administrator calls your implementation of IWEExtendWizard::CreateWizardPages when an administrator runs the Cluster Resource Wizard for a resource type that you are extending. Failover Cluster Administrator calls your implementations of IWEExtendWizard::CreateWizardPages and IWEExtendWizard97::CreateWizard97Pages when an administrator runs the Failover Cluster Application Wizard for a resource type that you are extending. Your implementations of these two methods should:
Create the wizard pages to be added to the wizard.
Call the Failover Cluster Administrator information interfaces as needed. See Using the Information Interfaces.
For each page to be added:
- Call IWCWizardCallback::AddWizardPage or IWCWizard97Callback::AddWizard97Page to add the page.
- Call IWCWizardCallback::EnableNext or IWCWizard97Callback::EnableNext to specify whether another page follows the current page.