JCMWriteDataΒΆ
Purpose
writes pinboard object to hard drive
Function signature
int JCMWriteData(const char* fileName, bool binary, int handle)
| Parameter | in/output | Description | 
|---|---|---|
| fileName | input | output file name | 
| binary | input | (deprecated) flag, if data should be written in binary mode | 
| handle | input | handle of object on pinboard |