Type Alias windows::Win32::Devices::Fax::PFAXGETPORTW

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.