Function mltg_bindings::Windows::Win32::Graphics::Imaging::WICCreateBitmapFromSectionEx[][src]

pub unsafe fn WICCreateBitmapFromSectionEx<'a, Param3: IntoParam<'a, HANDLE>>(
    width: u32,
    height: u32,
    pixelformat: *const Guid,
    hsection: Param3,
    stride: u32,
    offset: u32,
    desiredaccesslevel: WICSectionAccessLevel
) -> Result<IWICBitmap>