Type Definition mltg_bindings::Windows::Win32::Graphics::Imaging::PFNProgressNotification[][src]

type PFNProgressNotification = unsafe extern "system" fn(pvdata: *mut c_void, uframenum: u32, operation: WICProgressOperation, dblprogress: f64) -> HRESULT;