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.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Related macro: | PropSheet_AddPage |
Syntax
PSM_ADDPAGE wParam = 0;
lParam = (LPARAM)(HPROPSHEETPAGE)hpage
Parameters
hpage
Handle to the page to add. The page must have been created by a previous call to the CreatePropertySheetPage function.
Return Values
None.