.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHRemoveDefaultDialogFont 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHRemoveDefaultDialogFont\fR (SHLWAPI.221) .SH SYNOPSIS HANDLE SHRemoveDefaultDialogFont ( HWND \fIhWnd\fR ) .SH DESCRIPTION .PP Remove the \fB"PropDlgFont"\fR property from a window. .SH PARAMS \fIhWnd\fR \fB[In]\fR Window to remove the property from. .PP .SH RETURNS .PP A handle to the removed property, or \fBNULL\fR if it did not exist. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.