ImageList_DrawEx

Function ImageList_DrawEx 

Source
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