windows::Win32::UI::Controls

Function ImageList_LoadImageA

pub unsafe fn ImageList_LoadImageA<P1>(
    hi: HINSTANCE,
    lpbmp: P1,
    cx: i32,
    cgrow: i32,
    crmask: COLORREF,
    utype: u32,
    uflags: IMAGE_FLAGS,
) -> HIMAGELIST
where P1: Param<PCSTR>,