PFAXGETPORTW

Type Alias PFAXGETPORTW 

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

Aliased Type§

pub 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.