KISAMInfo

int KISAMInfo(KHAND handle, InfoBlk *pIb)

Parameter Type Purpose
handle KHAND handle of table to which the row buffer applies
plb InfoBlk * address of structure to receive properties of table

This is used to return properties for a table open on the handle. The InfoBlk structure contains the following properties

property type purpose
reclen long record length
numrecs long number of records in table
maxrecs long maximum records for table
icount long number of indices
IndBlk array index info

The IndBlk array is an array of up to 18 elements, each a 32 bit integer, representing the size of the keys for the respective index.