LlDomGetSubobject

Syntax:

INT LlDomGetSubobject(HLLDOMOBJ hDOMObj, INT nPosition, PHLLDOMOBJ phDOMSubObj);

Task:

Returns the specified subelement of the DOM list. Detailed application examples can be found in chapter DOM Functions.

Parameter:

hDomObj: DOM handle for the list to be queried

nPosition: Index (0-based) of the desired element

phDOMSubObj: Pointer to DOM handle for return

Return value:

Error code

See also:

Chapter DOM Functions