windows::Win32::UI::WindowsAndMessaging

Function LoadImageA

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