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>,
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>,