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

Required features: "Win32_Foundation", "Win32_Graphics_Gdi"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const FAX_CONTEXT_INFOW, _: *const FAX_COVERPAGE_INFOW) -> i32)

Some value of type T.