JCMSetBlobFileContentsΒΆ
Purpose
sets content of a blob file created by JCMCreateBlobFileHandle
Function signature
int JCMSetBlobFileContents(int handle, const char* text, int sizeText, const char* _Owner, const char* _BLOBType, bool hasHead)
| Parameter | in/output | Description | 
|---|---|---|
| handle | input | pinboard handle of blob file | 
| text | input | file content | 
| sizeText | input | size of text | 
| _Owner | input | owner specifier | 
| _BLOBType | input | type of blob file | 
| hasHead | input | true, if file header should be created |