[][src]Function odbc_sys::SQLCompleteAsync

pub unsafe extern "system" fn SQLCompleteAsync(
    handle_type: HandleType,
    handle: SQLHANDLE,
    async_ret_code_ptr: *mut RETCODE
) -> 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.