This function destroys a property sheet page for the handle returned from the CreatePropertySheetPage function. An application must call this function for pages that have not been passed to the PropertySheet function.
At a Glance
Header file: | Prsht.h |
Windows CE versions: | 1.0 and later |
Syntax
BOOL DestroyPropertySheetPage(HPROPSHEETPAGE hPSPage);
Parameters
hPSPage
Handle to the property sheet page to delete.
Return Values
Nonzero indicates success. Zero indicates failure.
See Also