
ProMdlGtolVisit | |
( ProMdl model /* (In) The model that contains the gtols to be visited */ ProGtolVisitAction visit_action /* (In) The visit action function */ ProGtolFilterAction filter_action /* (In) The filter action. If NULL, all gtols are visited using the action function. */ ProAppData data /* (In) Pointer to application-specific data to be passed to the action functions. */ ) |

The function visited all the items. | |
One or more inputs was invalid. | |
Visiting was stopped by the return from the visit action. | |
There are no valid gtols in the model. |


