JCMTableGetIntColumnΒΆ
Purpose
returns pointer to values of integer column
Function signature
int JCMTableGetIntColumn(const int** entries, int handle, int col)
| Parameter | in/output | Description | 
|---|---|---|
| entries | output | pointer to column values | 
| handle | input | pinboard handle of table | 
| col | input | index of column |