指定した構文エレメントの最初の子である構文エレメント・オブジェクトのアドレスを戻します。
CciElement* cniFirstChild( int* returnCode, CciElement* targetElement);
if (element != 0) { cniElementName(&rc, element, (CciChar*)&elementName, sizeof(elementName)); firstChild = cniFirstChild(&rc, element);