windows::Win32::UI::Controls

Function ImageList_LoadImageW

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