
Replacement in Object TOOLKIT: |

ProSimprepdataitemsVisit | |
( ProSimprepdata* p_data /* (In) The handle to the ProSimprepdata structure. */ ProFunction filter /* (In) The filter function. If NULL, all items are visited using the action function. */ ProFunction action /* (In) The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops. */ ProAppData app_data /* (In) The application data passed to the filter and visiting functions. */ ) |

The function visited all the items. | |
One or more of the input arguments are invalid. | |
Other | Any other value is the value returned by the action function (visiting stopped). |


