DestroyPropertySheetPage (Compact 2013)
3/28/2014
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.
Syntax
BOOL DestroyPropertySheetPage(
HPROPSHEETPAGE hPSPage
);
Parameters
- hPSPage
Handle to the property sheet page to delete.
Return Value
Nonzero indicates success. Zero indicates failure.
Requirements
Header |
prsht.h |
See Also
Reference
Property Sheets Functions
CreatePropertySheetPage
PropertySheet