AddPropSheetPageProc
BOOL AddPropSheetPageProc(HPROPSHEETPAGE hPage, LPARAM lParam);
Adds a property page to the default property sheet. This function is supplied by the Device Manager and called by a property page provider.
- Returns TRUE if the page is added, FALSE otherwise.
- hPage
- Handle of a valid property sheet page as created by the CreatePropertySheetPage function.
- lParam
- Data passed to the EnumPropPages function. This value must not be modified in any way.