Share via


CreatePropertySheetPage (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Property Sheets Functions
DestroyPropertySheetPage
PropertySheet
PROPSHEETPAGE