Share via


CreatePropertySheetPage

This function creates a new page for a property sheet.

HPROPSHEETPAGE CreatePropertySheetPage(
LPCPROPSHEETPAGE lppsp );

Parameters

  • lppsp
    [in] Long pointer to a PROPSHEETPAGE structure that defines a page to be included in a property sheet.

Return Values

The handle to the new property sheet indicates success. NULL indicates failure.

Remarks

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.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Prsht.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

PropertySheet, PROPSHEETPAGE

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.