Description | ||||||||
This is the generic user function for visiting subelements in an element tree. | ||||||||
Synopsis | ||||||||
#include <ProElement.h> | ||||||||
ProError | (*ProElemtreeVisitAction) | ( | ||||||
ProElement elem_tree | ||||||||
/* (In) | ||||||||
The handle to the element tree | ||||||||
*/ | ||||||||
ProElement elem | ||||||||
/* (In) | ||||||||
The handle to the element | ||||||||
*/ | ||||||||
ProElempath elem_path | ||||||||
/* (In) | ||||||||
The handle to the elem_path | ||||||||
*/ | ||||||||
ProAppData appdata | ||||||||
/* (In) | ||||||||
The user data passed to ProElemtreeElementVisit() | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|