method DestroySQLiteDBObject.
Closes SQLite file handle or in memory handle
HRESULT DestroySQLiteDBObject(
long hSQlite3DB
long
hSQlite3DB
);
[in] . Handle of SQLite database
S_OK
The operation was successfull.
E_UNEXPECTED
An unexpected error occoured.
E_FAIL
A general error occoured.
IAPI