pub type PFN_PRINTING_DELETEPORT = Option<unsafe extern "system" fn(param0: PCWSTR, param1: HWND, param2: PCWSTR) -> BOOL>;

Aliased Type§

enum PFN_PRINTING_DELETEPORT {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: HWND, _: PCWSTR) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: HWND, _: PCWSTR) -> BOOL)

Some value of type T.