Get the id of an object. This is the data the uniquely identifies this object on the server. The data gotten is not readable and is binary. It can be passed back on the cwbOBJ_GetObjHandleFromID() API to get a handle back to that object.
unsigned int CWB_ENTRY cwbOBJ_GetObjID( cwbOBJ_ObjHandle objectHandle, void *idBuffer, unsigned long bufLen, unsigned long *bytesNeeded, cwbSV_ErrHandle errorHandle);
The following list shows common return values.
None