IWizardExtension interface (shobjidl.h)

Used by wizards such as the Web Publishing Wizard and Online Print Ordering Wizard which host server-side content pages. This interface exposes methods to specify supported extension pages and to navigate into and out of those pages.

Inheritance

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

Methods

The IWizardExtension interface has these methods.

 
IWizardExtension::AddPages

Adds extension pages to the wizard by filling an array with handles to PROPSHEETPAGE structures representing those pages.
IWizardExtension::GetFirstPage

Gets a handle to the first page of the wizard extension.
IWizardExtension::GetLastPage

Gets a handle to the final page of the wizard extension pages.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header shobjidl.h

See also

IWebWizardExtension