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 "prsht.h". https://source.winehq.org/source/include/prsht.h

Implemented in "dlls/comctl32/propsheet.c". https://source.winehq.org/source/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 Apr 2024.