IWCWizardCallback::AddWizardPage method (cluadmex.h)

[This method is available for use in the operating systems specified in the Requirements section. Support for this method was removed in Windows Server 2008.]

Adds a property page to a Failover Cluster Administrator Wizard.

Syntax

HRESULT AddWizardPage(
  [in] LONG *hpage
);

Parameters

[in] hpage

Handle to the property page to be added.

Return value

If AddWizardPage is not successful, it can return other HRESULT values.

Return code/value Description
NOERROR
0
The operation was successful.
E_INVALIDARG
0x80070057
The hpage parameter represents an unknown page.

Remarks

Failover Cluster Administrator extensions call the AddWizardPage method from their IWEExtendWizard::CreateWizardPages methods. Before calling AddWizardPage, extensions must call the function CreatePropertySheetPage to retrieve a handle to pass in the hpage parameter.

Use IWCWizard97Calllback::AddWizard97Page to add Wizard97 pages.

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

IWCWizard97Callback::AddWizard97Page

IWCWizardCallback

IWEExtendWizard::CreateWizardPages