Recursive version of the findChild() that searches all the children of a node for a node of a given name.
findChildR(clNdo *pClNdo,
string childName)
Parameter |
Description |
|---|---|
pClNdo |
Pointer to a clNdo that provides a handle to the found child. |
childName |
String that contains the child name to find. |
| Copyright © 2005. Sybase Inc. All rights reserved. |
|
|