CreatePropertySheetPage function
Applies to: desktop apps only
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
Note Before common controls version 7.0, this function did not support visual styles.
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 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | CreatePropertySheetPageW (Unicode) and CreatePropertySheetPageA (ANSI) |
Send comments about this topic to Microsoft
Build date: 3/6/2012