EVENT_SIZE_CALLBACK

Type Alias EVENT_SIZE_CALLBACK 

Source
pub type EVENT_SIZE_CALLBACK = Option<unsafe extern "C" fn(gauge_header: PGAUGEHDR, size: *mut UINT32)>;

Aliased Type§

pub enum EVENT_SIZE_CALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut GAUGEHDR, *mut u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GAUGEHDR, *mut u32))

Some value of type T.