|
<< Click to Display Table of Contents >> TBLExtDesc (extended table descriptor) |
![]() ![]()
|
The TBLExtDesc structure provides additional information about a table, using the following fields:
Field |
Type |
Description |
szStruct |
DBINAME |
Specifies the physical structure. |
iRestrVersion |
UINT16 |
Specifies the version number. |
iRecSize |
UINT16 |
Specifies the physical record size. |
iFields |
UINT16 |
Specifies the number of fields. |
iIndexes |
UINT16 |
Specifies the number of indexes. |
iValChecks |
UINT16 |
Specifies the number of field validity checks. |
iRintChecks |
UINT16 |
Specifies the number of referential integrity checks. |
iRecords |
UINT32 |
Specifies the number of records in table. |
bProtected |
BOOL |
TRUE, if the table is protected. |
bValidInfo |
BOOL |
If FALSE, all or some of the extended data is not available. |