This topic has not yet been rated - Rate this topic

CreatePropertySheetPage function

Applies to: desktop apps only

Creates a new page for a property sheet.

Syntax

HPROPSHEETPAGE CreatePropertySheetPage(
  LPCPROPSHEETPAGE lppsp
);

Parameters

lppsp

Type: LPCPROPSHEETPAGE

Pointer to a PROPSHEETPAGE structure that defines a page to be included in a property sheet.

Return value

Type: HPROPSHEETPAGE

Returns the handle to the new property page if successful, or NULL otherwise.

Remarks

Note  Before common controls version 7.0, this function did not support visual styles.

An application uses the PropertySheet function to create a property sheet that includes the new page. If you are not using the Aero wizard style (PSH_AEROWIZARD), the application can use the PSM_ADDPAGE message to add the new page to an existing property sheet.

Windows 95: The system can support a maximum of 16,364 window handles.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Prsht.h

Library

Comctl32.lib

DLL

Comctl32.dll

Unicode and ANSI names

CreatePropertySheetPageW (Unicode) and CreatePropertySheetPageA (ANSI)

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ