Share via


CreatePropertySheetPage

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

DestroyPropertySheetPage
PropertySheet
PROPSHEETPAGE