This function returns the size of the indicated record. The record size is maintained in memory, so this call is more efficient than reading the disk.
Syntax: int DB_RecordSize(DBBLOCK *dblk, char recordtype,
RECORDNUM recordnum);
DB_NOTFOUND recordnum is not in the database.
DB_DELETED Record is deleted.