Use this function to retrieve the address of the syntax element object that is the first child of the specified syntax element.
CciElement* cniFirstChild(
int* returnCode,
CciElement* targetElement);
if (element != 0) {
cniElementName(&rc, element, (CciChar*)&elementName, sizeof(elementName));
firstChild = cniFirstChild(&rc, element);