The following table shows the property sheets functions, with a description of the purpose of each.
| Programming element | Description |
|---|---|
| AddPropSheetPageProc | This callback function is application-defined. |
| CreatePropertySheetPage | This function creates a new page for a property sheet. |
| DestroyPropertySheetPage | This function destroys a property sheet page for the handle returned from the CreatePropertySheetPage function. |
| ExtensionPropSheetPageProc | This callback function is application-defined. |
| PropertySheet | This function creates a property sheet and adds the pages defined in the specified property sheet header structure. |
| PropSheetPageProc | This function is an application-defined callback function that a property sheet calls when a page is created and when it is about to be destroyed. |
| PropSheetProc | This function is an application-defined callback function that the system calls when the property sheet is being created and initialized. |
See Also
Send Feedback on this topic to the authors