Share via


PSM_ADDPAGE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message adds a new page to the end of an existing property sheet. You can send this message explicitly or by using the PropSheet_AddPage macro.

Syntax

PSM_ADDPAGE wParam = 0; 
    lParam = (LPARAM)(HPROPSHEETPAGE)hpage;

Parameters

  • wParam
    Not used.
  • hpage
    Handle to the page to add. The page must have been created by a previous call to the CreatePropertySheetPage function.

Return Value

None.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CreatePropertySheetPage
PropSheet_AddPage