method SQLite_freeRecordSet.
Frees a handle of recordset.
HRESULT SQLite_freeRecordSet(
long hSQlite3RecordSet
long
hSQlite3RecordSet
);
[in] . Handle of recordset
S_OK
The operation was successfull.
E_UNEXPECTED
An unexpected error occoured.
E_FAIL
A general error occoured.
IAPI