PFNProgressNotification

Type Alias PFNProgressNotification 

Source
pub type PFNProgressNotification = Option<unsafe extern "system" fn(pvData: LPVOID, uFrameNum: ULONG, operation: WICProgressOperation, dblProgress: c_double) -> HRESULT>;

Aliased Type§

pub enum PFNProgressNotification {
    None,
    Some(unsafe extern "system" fn(*mut c_void, u32, u32, f64) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void, u32, u32, f64) -> i32)

Some value of type T.