Usage
Returns the maximum number of rows allowed for the Net.Data table as defined by the dtw_table_New() utility function's parameter, row_lim.
Format
int dtw_table_MaxRows(void *table)
Parameters
table | A pointer to the table from which the maximum number of rows is returned. |
Examples
void *myTable; int maximumRows; maximumRows = dtw_table_MaxRows(myTable);