IWCWizardCallback : IUnknown

The IWCWizardCallback interface is called by a Cluster Administrator extension to add a property page to Cluster Administrator's Create Group or Create Resource wizard and to manage navigation.

Vtable Order

AddWizardPage Adds a property page to a Cluster Administrator wizard.
EnableNext Enables or disables the Next or Finish button on a Cluster Administrator wizard page, depending on whether or not the current page is last.

Remarks

To call the methods in the IWCWizardCallback interface, Cluster Administrator extensions use an interface pointer provided by Cluster Administrator. This pointer is passed in the piCallback parameter when Cluster Administrator calls an extension's IWEExtendWizard::CreateWizardPages method.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in cluadmex.h.