Function comctl32::CreateToolbarEx
[−]
[src]
pub unsafe extern "system" fn CreateToolbarEx(
hwnd: HWND,
ws: DWORD,
wID: UINT,
nBitmaps: c_int,
hBMInst: HINSTANCE,
wBMID: UINT_PTR,
lpButtons: LPCTBBUTTON,
iNumButtons: c_int,
dxButton: c_int,
dyButton: c_int,
dxBitmap: c_int,
dyBitmap: c_int,
uStructSize: UINT
) -> HWND