.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DestroyPropertySheetPage 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDestroyPropertySheetPage\fR (COMCTL32.@) .SH SYNOPSIS BOOL DestroyPropertySheetPage ( HPROPSHEETPAGE \fIhPropPage\fR ) .SH DESCRIPTION .PP Destroys a property sheet page previously created with CreatePropertySheetA() or \fBCreatePropertySheetW(3w)\fR and frees the associated memory. .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"prsht.h"\fR. .PP Implemented in \fB"dlls/comctl32/propsheet.c"\fR. .PP Debug channel \fB"propsheet"\fR.