IWebWizardExtension interface (shobjidl.h)

Extends the IWizardExtension interface by exposing methods to set the wizard extension's initial URL, and a specific URL in case of an error.

Inheritance

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

Methods

The IWebWizardExtension interface has these methods.

 
IWebWizardExtension::SetErrorURL

Specifies the URL of a page that displays when a user experiences an error while navigating through the wizard extension pages.
IWebWizardExtension::SetInitialURL

Sets the URL of the initial server-provided HTML page in a hosted wizard.

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

IWizardExtension