pub type PRJ_NOTIFICATION_CB = Option<unsafe extern "system" fn(callbackdata: *const PRJ_CALLBACK_DATA, isdirectory: BOOLEAN, notification: PRJ_NOTIFICATION, destinationfilename: PCWSTR, operationparameters: *mut PRJ_NOTIFICATION_PARAMETERS) -> HRESULT>;

Aliased Type§

enum PRJ_NOTIFICATION_CB {
    None,
    Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA, _: BOOLEAN, _: PRJ_NOTIFICATION, _: PCWSTR, _: *mut PRJ_NOTIFICATION_PARAMETERS) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA, _: BOOLEAN, _: PRJ_NOTIFICATION, _: PCWSTR, _: *mut PRJ_NOTIFICATION_PARAMETERS) -> HRESULT)

Some value of type T.