DestroyPropertySheetPage
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |