DestroyPropertySheetPage (Windows CE 5.0)

Send Feedback

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.

BOOLDestroyPropertySheetPage(HPROPSHEETPAGEhPSPage );

Parameters

  • hPSPage
    Handle to the property sheet page to delete.

Return Values

Nonzero indicates success. Zero indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Prsht.h.

See Also

CreatePropertySheetPage | PropertySheet

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.