
ProElemtreeElementVisit | |
( ProElement elemtree /* (In) The element tree */ ProElempath elempath /* (In) The path to the element */ ProElemtreeVisitFilter filterfunc /* (In) The filter function. If NULL, all elements are visited using the action function. */ ProElemtreeVisitAction visitfunc /* (In) The visit function */ ProAppData appdata /* (In) The user data passed to the visit and filter functions */ ) |

The function successfully visited all the subelements. | |
One or more of the arguments are invalid. | |
Visit function was never called. | |
Other | Any other value is the error code returned by the visit or filter function (visiting stopped). |



