AddPropSheetPageProcAddPropSheetPageProc*
*



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.

hpage
Handle to a property sheet page.
lParam
Application-defined 32-bit value.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.