CreatePropertySheetPage function
Creates a new page for a property sheet.
Syntax
HPROPSHEETPAGE CreatePropertySheetPage( LPCPROPSHEETPAGE lppsp );
Parameters
- lppsp
-
Type: LPCPROPSHEETPAGE
Pointer to a PROPSHEETPAGE structure that defines a page to be included in a property sheet.
Return value
Type: HPROPSHEETPAGE
Returns the handle to the new property page if successful, or NULL otherwise.
Remarks
An application uses the PropertySheet function to create a property sheet that includes the new page. If you are not using the Aero wizard style (PSH_AEROWIZARD), the application can use the PSM_ADDPAGE message to add the new page to an existing property sheet.
Windows 95: The system can support a maximum of 16,364 window handles.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
CreatePropertySheetPageW (Unicode) and CreatePropertySheetPageA (ANSI) |