odbc_sys

Function 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.