cef_time_delta

Function cef_time_delta 

Source
pub unsafe extern "C" fn cef_time_delta(
    cef_time1: *const cef_time_t,
    cef_time2: *const cef_time_t,
    delta: *mut c_longlong,
) -> c_int
Expand description

Retrieve the delta in milliseconds between two time values. Returns true (1) on success and false (0) on failure.