CreatePropertySheetPage
The CreatePropertySheetPage
function creates a new page for a property sheet.
HPROPSHEETPAGE CreatePropertySheetPage(
LPCPROPSHEETPAGE lppsp |
|
); |
|
Parameters
lppsp
Pointer to a PROPSHEETPAGE
Return Values
If the
function succeeds, the return value is the handle to the new property sheet.
If the
function fails, the return value is NULL.
Remarks
An
application uses the PropertySheet function to create a property sheet
that includes the new page or 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.
See Also