NAME

DestroyPropertySheetPage  (COMCTL32.@)

SYNOPSIS

 BOOL DestroyPropertySheetPage
 (
  HPROPSHEETPAGE hpsp
 )

DESCRIPTION

Destroys a property sheet page previously created with CreatePropertySheetA or CreatePropertySheetW and frees the associated memory.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Declared in "include/prsht.h". gitlab.winehq.org/wine/wine/blob/master/include/prsht.h

Implemented in "dlls/comctl32/propsheet.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/propsheet.c

Debug channel "propsheet".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.