The IWCWizardCallback::AddWizardPage method adds a property page to Cluster Administrator's Create Group or Create Resource wizard.
HRESULT IWCWizardCallback::AddWizardPage(
HPROPSHEETPAGE hpage
);
If AddWizardPage is unsuccessful, it can also return an OLE-defined error value.
Cluster Administrator extensions call AddWizardPage from their IWEExtendWizard::CreateWizardPages methods. Prior to calling AddWizardPage, extensions must call the Win32® function CreatePropertySheet to retrieve a handle to pass in the hpage parameter.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in cluadmex.h.