Die Community zu .NET und Classic VB.
Menü

CreateToolbarEx

 von 

Deklaration  

Declare Function CreateToolbarEx Lib "comctl32.dll" ( _
                 ByVal hwnd As Long, _
                 ByVal ws As Long, _
                 ByVal wID As Long, _
                 ByVal nBitmaps As Long, _
                 ByVal hBMInst As Long, _
                 ByRef wBMID As Long, _
                 ByRef lpButtons As CTBBUTTON, _
                 ByVal numButtons As Long, _
                 ByVal dxButton As Long, _
                 ByVal dyButton As Long, _
                 ByVal dxBitmap As Long, _
                 ByVal dyBitmap As Long, _
                 ByVal uStructSize As Long) As Long
Weitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel CreateToolbarEx des API-Wikis.

Sollte diese Deklaration fehlerhaft sein, würden wir uns freuen, wenn sie diese als fehlerhafte Deklaration melden würden.

Leider liegen uns keine Tipps vor, in welchen diese API-Funktion verwendet wird.