Usage
Returns the current number of columns in the table.
Format
int dtw_table_Cols(void *table)
Parameters
table | A pointer to the table whose current number of columns is returned. |
Examples
void *myTable; int currentColumns; currentColumns = dtw_table_Cols(myTable);