IWizardSite::GetCancelledPage method

Called when the user cancels navigation through the wizard extension. Gets the handle of the PROPSHEETPAGE that represents the wizard page to display when the user cancels navigation while in the wizard extension.

Syntax


HRESULT GetCancelledPage(
  [out] HPROPSHEETPAGE *phPage
);

Parameters

phPage [out]

Type: HPROPSHEETPAGE*

A pointer to a handle variable of type PROPSHEETPAGE that receives the wizard page to display when the user cancels navigation while in the wizard extension.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

DLL

Shell32.dll

 

 

Show: