PPROCESS_EVENT_CALLBACK

Type Alias PPROCESS_EVENT_CALLBACK 

Source
pub type PPROCESS_EVENT_CALLBACK = PROCESS_EVENT_CALLBACK;

Aliased Type§

pub enum PPROCESS_EVENT_CALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut GAUGEHDR, *mut u8) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GAUGEHDR, *mut u8) -> bool)

Some value of type T.