IWizardSite::GetPreviousPage method (shobjidl.h)
Called when the user navigates backward out of the wizard extension. Gets the handle of the PROPSHEETPAGE that represents the wizard page that is before the wizard extension page.
Syntax
HRESULT GetPreviousPage(
[out] HPROPSHEETPAGE *phpage
);
Parameters
[out] phpage
Type: HPROPSHEETPAGE*
A pointer to a variable handle of type PROPSHEETPAGE that represents the wizard page that comes immediately before the wizard extension page.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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 |
DLL | Shell32.dll |