ABORTPROC

Type Alias ABORTPROC 

Source
pub type ABORTPROC = Option<unsafe extern "system" fn(HDC, c_int) -> BOOL>;

Aliased Type§

pub enum ABORTPROC {
    None,
    Some(unsafe extern "system" fn(*mut HDC__, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut HDC__, i32) -> i32)

Some value of type T.