webview2_com_sys::Windows::Win32::UI::Controls

Function ImageList_Draw

Source
pub unsafe fn ImageList_Draw<'a>(
    himl: impl IntoParam<'a, HIMAGELIST>,
    i: i32,
    hdcdst: impl IntoParam<'a, HDC>,
    x: i32,
    y: i32,
    fstyle: IMAGE_LIST_DRAW_STYLE,
) -> BOOL