Type Alias windows_sys::Win32::Devices::Fax::PFAXABORT

pub type PFAXABORT = Option<unsafe extern "system" fn(faxhandle: HANDLE, jobid: u32) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFAXABORT {
    None,
    Some(unsafe extern "system" fn(_: isize, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: u32) -> i32)

Some value of type T.