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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_SQLObject_iface 类

 

AddRef 函数

增加对象的内部引用计数。

语法
ul_ret_void UltraLite_SQLObject_iface::AddRef()
注释

要释放对象,必须使此函数的每个调用与Release 函数调用相匹配。