Contents Index Topic Contents | ||
Previous Topic: Property Sheet Functions Next Topic: CreatePropertySheetPage |
AddPropSheetPageProc
BOOL CALLBACK AddPropSheetPageProc( HPROPSHEETPAGE hpage, LPARAM lParam );Specifies an application-defined callback function that a property sheet extension uses to add a page to a property sheet.
- Returns TRUE if successful, or FALSE otherwise.
- hpage
- Handle to a property sheet page.
- lParam
- Application-defined 32-bit value.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.