Unloads the C API DLL library and resets the SQLAnywhereInterface structure.
public void sqlany_finalize_interface(SQLAnywhereInterface * api)
api An initialized structure to finalize.
Use the following statement to include the function prototype:
#include "sacapidll.h" |
Use this method to finalize and free resources associated with the SQL Anywhere C API DLL.
Examples of how the sqlany_finalize_interface method is used can be found in the C API examples in the sdk\dbcapi\examples directory of your SQL Anywhere installation.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |