JCMSetTableContentsΒΆ
Purpose
sets content of a table created by JCMCreateTableHandle
Function signature
int JCMSetTableContents(int handle, const char* content, int contentLength)
| Parameter | in/output | Description |
|---|---|---|
| handle | input | pinboard handle of table |
| content | input | table content |
| contentLength | input | size of content |