Callback ProElemtreeVisitAction
Description
This is the generic user function for visiting subelements in an element tree.
Synopsis
#include <ProElement.h>
(*ProElemtreeVisitAction)
(
ProElement elem_tree
/* (In)
The handle to the element tree
*/
/* (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
Visit the next subtree.
Other
Stop visiting. The function ProElemtreeElementVisit() returns with that status.
¿Fue esto útil?