DestroyPropertySheetPage(3w)
NAME
DestroyPropertySheetPage (COMCTL32.@)
SYNOPSIS
BOOL DestroyPropertySheetPage
(
HPROPSHEETPAGE hPropPage
)
DESCRIPTION
Destroys a property sheet page previously created with CreatePropertySheetA() or CreatePropertySheetW(3w) and frees the associated memory.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "prsht.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/propsheet.c".
- Debug channel "propsheet".