http://legato.knowledge-from-0.com/
SQLiteのデータベースを閉じます。
close せずに freedll を実行した場合、データベースは自動的に閉じられます。
正常時は 1 、エラー時は 0 を返却します。
エラー内容の詳細は、getErrorCode、getErrorMessageで取得して下さい。
#result = dllfuncw("close");