AddPropSheetPageProc (Windows CE 5.0)
This callback function is application-defined. It is used by a property sheet extension to add a page to a property sheet.
BOOLCALLBACKAddPropSheetPageProc(HPROPSHEETPAGEhpage, LPARAMlParam );
Parameters
- hpage
[in] Handle to a property sheet page. - lParam
[in] Application-defined 32-bit value.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Developer implemented.
Link Library: Developer implemented.
See Also
Send Feedback on this topic to the authors