DestroyPropertySheetPage.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/comctl32/propsheet.c".

Debug channel "propsheet".