[][src]Function winapi::um::commctrl::ImageList_DrawEx

pub unsafe extern "system" fn ImageList_DrawEx(
    himl: HIMAGELIST,
    i: c_int,
    hdcDst: HDC,
    x: c_int,
    y: c_int,
    dx: c_int,
    dy: c_int,
    rgbBk: COLORREF,
    rgbFg: COLORREF,
    fStyle: UINT
) -> BOOL