Contents Index Topic Contents | ||
Previous Topic: AddPropSheetPageProc Next Topic: DestroyPropertySheetPage |
CreatePropertySheetPage
HPROPSHEETPAGE CreatePropertySheetPage( LPCPROPSHEETPAGE lppsp );Creates a new page for a property sheet.
- Returns the handle to the new property sheet if successful, or NULL otherwise.
- lppsp
- Address of a PROPSHEETPAGE structure that defines a page to be included in a property sheet.
An application uses the PropertySheet function to create a property sheet that includes the new page, or it uses 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.