Scroll to navigation

DestroyPropertySheetPage(3w) Wine API 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

Declared in "prsht.h".
Implemented in "dlls/comctl32/propsheet.c".
Debug channel "propsheet".
Oct 2012 Wine API