| Description |
| This is a function for visiting nodes. |
| Synopsis |
| #include <ProUITree.h> |
| ProError | (*ProUITreeNodeVisitAction) | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the tree. |
| */ |
| char* component | |
| /*
(In) |
| The name of the tree component. |
| */ |
| char* node_name | |
| /*
(In) |
| The name of the node under which all nodes should be visited. |
| */ |
| ProError err | |
| /*
(In) |
| The status of action on the visiting node. |
| */ |
| ProAppData appdata | |
| /*
(In) |
| The application data passed to the function ProUITreeNodesVisit |
| */ |
| ) |
| Returns |
|
|