Share via


CreatePropertySheetPage (Compact 2013)

3/28/2014

This function creates a new page for a property sheet.

Syntax

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 Value

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

Header

prsht.h

See Also

Reference

Property Sheets Functions
DestroyPropertySheetPage
PropertySheet
PROPSHEETPAGE