JCMGetHandleΒΆ
Purpose
retrieves the handle of an object on the pinboard from its file path location on pinboard
Function signature
int JCMGetHandle(int* handle, const char* fileName)
| Parameter | in/output | Description | 
|---|---|---|
| handle | output | handle of object on pinboard | 
| fileName | input | file path to object on pinboard |