JCMCreateBlobFileHandleΒΆ
Purpose
Creates a file handle on the pinboard pointing to a generic empty BlobFile. BlobFiles can be used for internal data storage, passing, etc. and take any data.
Function signature
int JCMCreateBlobFileHandle(int* handle, const char* fileName)
Parameter | in/output | Description |
---|---|---|
handle | output | pinboard handle of the created file |
fileName | input | file name on the pinboard |