Function ProMdlGtolVisit
Description
Visits all gtols stored in the specified model.
Synopsis
#include <ProMdl.h>
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.
*/
/* (In)
Pointer to application-specific data to be passed to the action functions.
*/
)
Returns
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.
Sample Code References
User Guide References
Isto foi útil?