Allocate a parameter list object handle. The parameter list object can be used to hold a list of parameters that can be passed in on other APIs.
unsigned int CWB_ENTRY cwbOBJ_CreateParmObjHandle(
cwbOBJ_ParmHandle *parmListHandle,
cwbSV_ErrHandle errorHandle);
The following list shows common return values.
The cwbOBJ_DeleteParmObjectHandle API must be called to free resources allocated by this call.