.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UninitializeFlatSB 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUninitializeFlatSB\fR (COMCTL32.@) .SH SYNOPSIS HRESULT UninitializeFlatSB ( HWND \fIhwnd\fR ) .SH DESCRIPTION .PP Uninitializes flat scroll bars for the specified window. .SH RETURNS .PP \fBE_FAIL\fR if one of the scroll bars is currently in use \fBS_FALSE\fR if \fBInitializeFlatSB(3w)\fR was never called on this \fIhwnd\fR \fBS_OK\fR otherwise. .SH NOTES .PP Removes any subclassing on the specified window so that regular scroll bars are drawn and used. .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/flatsb.c"\fR. .PP Debug channel \fB"commctrl"\fR.