.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateToolbarEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateToolbarEx\fR (COMCTL32.@) .SH SYNOPSIS HWND CreateToolbarEx ( HWND \fIhwnd\fR, DWORD \fIstyle\fR, UINT \fIwID\fR, INT \fInBitmaps\fR, HINSTANCE \fIhBMInst\fR, UINT_PTR \fIwBMID\fR, LPCTBBUTTON \fIlpButtons\fR, INT \fIiNumButtons\fR, INT \fIdxButton\fR, INT \fIdyButton\fR, INT \fIdxBitmap\fR, INT \fIdyBitmap\fR, UINT \fIuStructSize\fR ) .SH DESCRIPTION .PP Creates a toolbar window. .SH PARAMS \fIhwnd\fR .PP \fIstyle\fR .PP \fIwID\fR .PP \fInBitmaps\fR .PP \fIhBMInst\fR .PP \fIwBMID\fR .PP \fIlpButtons\fR .PP \fIiNumButtons\fR .PP \fIdxButton\fR .PP \fIdyButton\fR .PP \fIdxBitmap\fR .PP \fIdyBitmap\fR .PP \fIuStructSize\fR. .PP .SH RETURNS .PP \fBSuccess:\fR handle to the tool bar control .PP \fBFailure:\fR \fB0\fR .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/commctrl.c"\fR. .PP Debug channel \fB"commctrl"\fR.