IAPI::DestroySQLiteDBObject

method DestroySQLiteDBObject.

Closes SQLite file handle or in memory handle

 

HRESULT DestroySQLiteDBObject(
  long hSQlite3DB
);

Parameters

hSQlite3DB

[in] .   Handle of SQLite database

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI