Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » UltraLite_SQLObject_iface class

UltraLite_SQLObject_iface class Next Page

AddRef function


Synopsis

ul_ret_void UltraLite_SQLObject_iface::AddRef()

Remarks

Increases the internal reference count for an object.

Note that you must match each call to this function with a call to Release function in order to free the object.