LlDomGetSubobject

Returns the DOM handle of the specified subobject. In addition to the DOM handle for the list, parameters are the index (0-based) and a pointer for return of the handle. The code for a DOM handle to the first object in the projectfile is

 

HLLDOMOBJ hObj;

INT nRet = LlDomGetSubobject(hObjList, 0, &hObj);