Function odbc_sys::SQLCompleteAsync
source · pub unsafe extern "system" fn SQLCompleteAsync(
handle_type: HandleType,
handle: Handle,
async_ret_code_ptr: *mut RetCode
) -> SqlReturn
Expand description
Can be used to determine when an asynchronous function is complete using either notification- or polling-based processing.
Returns
SUCCESS
, ERROR
, SQL_NO_DATA
, or INVALID_HANDLE
.