PSM_ADDPAGE (Windows CE 5.0)
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.
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 Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
CreatePropertySheetPage | PropSheet_AddPage
Send Feedback on this topic to the authors