LlDomGetObject

Syntax:

INT LlDomGetObject(HLLDOMOBJ hDOMObj, LPCTSTR pszName, PHLLDOMOBJ phDOMSubObj);

Task:

Provides a subobject of the specified DOM object, and is used e.g. to request the object list from the project. Detailed application examples can be found in chapter DOM Functions.

Parameter:

hDomObj: DOM handle for the "parent" object

pszName: Name of the desired subobject, e.g. "Objects"

phDOMSubObj: Pointer to DOM handle for return

Return value:

Error code

See also:

Chapter DOM Functions