windows::Win32::Graphics::GdiPlus

Function GdipLoadImageFromStream

pub unsafe fn GdipLoadImageFromStream<P0>(
    stream: P0,
    image: *mut *mut GpImage,
) -> Status
where P0: Param<IStream>,