DrawIconEx

Function DrawIconEx 

Source
pub unsafe fn DrawIconEx<'a, T0__: IntoParam<'a, HDC>, T3__: IntoParam<'a, HICON>, T7__: IntoParam<'a, HBRUSH>>(
    hdc: T0__,
    xleft: i32,
    ytop: i32,
    hicon: T3__,
    cxwidth: i32,
    cywidth: i32,
    istepifanicur: u32,
    hbrflickerfreedraw: T7__,
    diflags: DI_FLAGS,
) -> BOOL