The AddPropSheetPageProc function specifies an application-defined callback function that a property sheet extension uses to add a page to a property sheet.
BOOL CALLBACK AddPropSheetPageProc(
HPROPSHEETPAGE hpage, | |
LPARAM lParam | |
); |
Parameters
hpage
Handle to a property sheet page.
lParam
Application-defined 32-bit value.
Return Values
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.