IWCWizardCallback::AddWizardPage

The IWCWizardCallback::AddWizardPage method adds a property page to Cluster Administrator's Create Group or Create Resource wizard.

HRESULT IWCWizardCallback::AddWizardPage(
  HPROPSHEETPAGE hpage  
);
 

Parameters

hpage
[in] Handle to the property page to be added.

Return Values

NOERROR
The operation was successful.
E_INVALIDARG
The hpage parameter represents an unknown page.

If AddWizardPage is unsuccessful, it can also return an OLE-defined error value.

Notes to Callers

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.

QuickInfo

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