DB_Close
This call closes a database file. Closing a file initiates the following actions:
- The current viewpoint table is written to disk.
- Garbage is collected on the file (as a result, no more Undos are available).
- The lookup table is written to disk.
Syntax: int DB_Close(DBBLOCK *dblk);
- Returns: DB_OK File was closed.
DB_CLOSE File could not be closed.
This function also returns errors from a DB_WriteRecord.
- May Move Memory: Yes