IWizardExtension::GetFirstPage method
Gets a handle to the first page of the wizard extension.
Syntax
HRESULT GetFirstPage( [out] HPROPSHEETPAGE *phPage );
Parameters
- phPage [out]
-
Type: HPROPSHEETPAGE*
A pointer to a PROPSHEETPAGE handle representing the first page of any wizard extension pages.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Although the wizard extension may host several sequential HTML pages, if it consists of only one page, the handles returned by IWizardExtension::GetFirstPage and IWizardExtension::GetLastPage are the same.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: