Type Alias windows::Win32::Devices::Fax::PFAXSETPORTW

pub type PFAXSETPORTW = Option<unsafe extern "system" fn(faxporthandle: HANDLE, portinfo: *const FAX_PORT_INFOW) -> BOOL>;

Aliased Type§

enum PFAXSETPORTW {
    None,
    Some(unsafe extern "system" fn(_: HANDLE, _: *const FAX_PORT_INFOW) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HANDLE, _: *const FAX_PORT_INFOW) -> BOOL)

Some value of type T.