PFAXPRINTCOVERPAGEW

Type Alias PFAXPRINTCOVERPAGEW 

pub type PFAXPRINTCOVERPAGEW = Option<unsafe extern "system" fn(faxcontextinfo: *const FAX_CONTEXT_INFOW, coverpageinfo: *const FAX_COVERPAGE_INFOW) -> BOOL>;

Aliased Type§

pub enum PFAXPRINTCOVERPAGEW {
    None,
    Some(unsafe extern "system" fn(*const FAX_CONTEXT_INFOW, *const FAX_COVERPAGE_INFOW) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const FAX_CONTEXT_INFOW, *const FAX_COVERPAGE_INFOW) -> BOOL)

Some value of type T.