IWEExtendWizard 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.]

Implement the IWEExtendWizard interface to add wizard pages to Failover Cluster Administrator's New Resource Wizard or Cluster Application Wizard.

Inheritance

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

Methods

The IWEExtendWizard interface has these methods.

 
IWEExtendWizard::CreateWizardPages

Allows you to create wizard pages and add them to Failover Cluster Administrator's New Resource Wizard or Cluster Application Wizard.

Remarks

To support Wizard97 wizards and wizard pages, implement the IWEExtendWizard97 interface.

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 Extension Interfaces