pub type PFAXREGISTERROUTINGEXTENSIONW = Option<unsafe extern "system" fn(faxhandle: HANDLE, extensionname: PCWSTR, friendlyname: PCWSTR, imagename: PCWSTR, callback: PFAX_ROUTING_INSTALLATION_CALLBACKW, context: *mut c_void) -> BOOL>;

Aliased Type§

enum PFAXREGISTERROUTINGEXTENSIONW {
    None,
    Some(unsafe extern "system" fn(_: HANDLE, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: Option<unsafe extern "system" fn(_: HANDLE, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> BOOL>, _: *mut c_void) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HANDLE, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: Option<unsafe extern "system" fn(_: HANDLE, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> BOOL>, _: *mut c_void) -> BOOL)

Some value of type T.