Share via


CreatePropertySheetPage (Windows CE 5.0)

Send Feedback

This function creates a new page for a property sheet.

HPROPSHEETPAGECreatePropertySheetPage(LPCPROPSHEETPAGElppsp );

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

OS Versions: Windows CE 1.0 and later.
Header: Prsht.h.

See Also

DestroyPropertySheetPage | PropertySheet | PROPSHEETPAGE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.