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 | |
); |
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.