|
|
|
WebWizardHost Object |
|
IID_IWebWizardHost |
{18BCC359-4990-4BFB-B951-3C83702BE5F9} |
|
IID_INewWDEvents |
{0751C551-7568-41C9-8E5B-E22E38919236} |
|
WebWizardHost provides methods that enable HTML pages which are hosted in a wizard extension to communicate with the wizard.
NewWDEvents extends the WebWizardHost object by enabling server-side pages hosted in a wizard to verify that the user has been authenticated through Microsoft .NET Passport.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDispatch Methods |
Description |
|
GetTypeInfoCount |
Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
|
GetTypeInfo |
Gets the type information for an object. |
|
GetIDsOfNames |
Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs. |
|
Invoke |
Provides access to properties and methods exposed by an object. |
|
IWebWizard Methods and Properties |
Description |
|
FinalBack |
Navigates to the client-side page immediately preceding the page hosting the server-side HTML pages. |
|
FinalNext |
Navigates to the client-side wizard page following the page that hosts the server-side HTML pages, or finishes the wizard if there are no further client-side pages. |
|
Cancel |
Simulates a Cancel button click. |
|
Caption |
Not currently implemented. |
|
Property |
Sets or retrieves a property's current value. |
|
SetWizardButtons |
Updates the Back, Next, and Finish buttons in the client's wizard frame. |
|
SetHeaderText |
Sets the title and subtitle that appear in the wizard header. In general, the client will display the header above the HTML and below the title bar. |
|
INewWDEvents Method |
Description |
|
PassportAuthenticate |
Enables server-side pages hosted in a wizard to verify that the user has been authenticated through Passport. |
|
FinalBack |
|
FUNCTION
IWebWizardHost_FinalBack ( _
|
|
FinalNext |
|
FUNCTION
IWebWizardHost_FinalNext ( _
|
|
Cancel |
|
FUNCTION
IWebWizardHost_Cancel ( _
|
|
Caption |
|
FUNCTION
IWebWizardHost_put_Caption ( _
FUNCTION
IWebWizardHost_get_Caption ( _
|
|
Property |
|
FUNCTION
IWebWizardHost_put_Property ( _
FUNCTION
IWebWizardHost_get_Property ( _
|
|
SetWizardButtons |
|
FUNCTION
IWebWizardHost_SetWizardButtons ( _
|
|
SetHeaderText |
|
FUNCTION
IWebWizardHost_SetHeaderText ( _
|
|
PassportAuthenticate |
|
FUNCTION
INewWDEvents_PassportAuthenticate ( _
|
Page last updated on Wednesday, 15 February 2006 23:12:56 +0100