AddRef function

Increases the internal reference count for an object.

Syntax
ul_ret_void UltraLite_SQLObject_iface::AddRef()
Remarks

To free the object you must match each call to this function with a call to Release function.