Usage
Deletes all of the column headings, table values, and the table object.
Format
int dtw_table_Delete(void *table)
Parameters
Examples
void *myTable; rc = dtw_table_Delete(myTable);