windows::Win32::UI::WindowsAndMessaging

Function LoadImageW

pub unsafe fn LoadImageW<P1>(
    hinst: Option<HINSTANCE>,
    name: P1,
    type: GDI_IMAGE_TYPE,
    cx: i32,
    cy: i32,
    fuload: IMAGE_FLAGS,
) -> Result<HANDLE>
where P1: Param<PCWSTR>,