The DestroyPropertySheetPage function destroys a property sheet page. An application must call this function for pages that have not been passed to the PropertySheet function.
BOOL DestroyPropertySheetPage(
HPROPSHEETPAGE hPSPage | |
); |
Parameters
hPSPage
Handle to the property sheet page to delete.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
See Also