Type Alias FNAPONOTIFICATIONCALLBACK

pub type FNAPONOTIFICATIONCALLBACK = Option<unsafe extern "system" fn(pproperties: *mut APO_REG_PROPERTIES, pvrefdata: *mut c_void) -> HRESULT>;

Aliased Type§

pub enum FNAPONOTIFICATIONCALLBACK {
    None,
    Some(unsafe extern "system" fn(*mut APO_REG_PROPERTIES, *mut c_void) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut APO_REG_PROPERTIES, *mut c_void) -> HRESULT)

Some value of type T.