LlDomGetSubobjectCount

Syntax:

INT LlDomGetSubobjectCount(HLLDOMOBJ hDOMObj, _LPINT pnCount);

Task:

Returns the number of elements in the specified DOM list. The number of objects in the object list can be determined, for example. Detailed application examples can be found in chapter DOM Functions.

Parameter:

hDomObj: DOM handle for the list to be queried

pnCount: Pointer for return

Return value:

Error code

See also:

Chapter DOM Functions