[][src]Function odbc::ffi::SQLCompleteAsync

pub unsafe extern "system" fn SQLCompleteAsync(
    handle_type: HandleType,
    handle: *mut Obj,
    async_ret_code_ptr: *mut i16
) -> SQLRETURN

Can be used to determine when an asynchronous function is complete using either notification- or polling-based processing.

Returns

SQL_SUCCESS, SQL_ERROR, SQL_NO_DATA, or SQL_INVALID_HANDLE.