CreatePropertySheetPage

This function creates a new page for a property sheet.

At a Glance

Header file: Prsht.h
Windows CE versions: 1.0 and later

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 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.