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

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere C API reference » sacapidll.h

 

sqlany_finalize_interface function

Unloads the library and uninitializes the SQLAnywhereInterface structure.

Syntax
void sqlany_finalize_interface( SQLAnywhereInterface * api )
Parameters
  • api   The name of the API structure to initialize.

Remarks

Use sqlany_finalize_interface to finalize and free resources associated with the SQL Anywhere C API DLL.

See also