This application-defined callback function is used by a property sheet extension to add a page to a property sheet.
At a Glance
Windows CE versions: | 1.0 and later |
Syntax
BOOL CALLBACK AddPropSheetPageProc(HPROPSHEETPAGE hpage, LPARAM lParam);
Parameters
hpage
[in] Handle to a property sheet page.
lparam
[in] Application-defined 32-bit value.
Return Values
TRUE indicates success. FALSE indicates failure.
See Also