.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateToolbar 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateToolbar\fR (COMCTL32.7) .SH SYNOPSIS HWND CreateToolbar ( HWND \fIhwnd\fR, DWORD \fIstyle\fR, UINT \fIwID\fR, INT \fInBitmaps\fR, HINSTANCE \fIhBMInst\fR, UINT \fIwBMID\fR, LPCTBBUTTON \fIlpButtons\fR, INT \fIiNumButtons\fR ) .SH DESCRIPTION .PP Creates a toolbar control. .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 .SH RETURNS .PP \fBSuccess:\fR handle to the tool bar control .PP \fBFailure:\fR \fB0.\fR .SH NOTES .PP Do not use this functions anymore. Use CreateToolbarEx instead. .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/commctrl.c"\fR. .PP Debug channel \fB"commctrl"\fR.