|
DEPRECATED:
|
Since Wildfire 4.0
|

SUPERSEDED BY: | Depends on the context, consult the user documentation. |


ProCollectionInstrVisit | |
( ProCollection collection /* (In) The collection */ ProCollectioninstrFilter filter /* (In) Filter function for instructions. If NULL, visits all instructions using the action function. */ ProCollectioninstrAction action /* (In) Action function to be called for each instruction. */ ProAppData app_data /* (In) Pointer to data to be passed to filter and action functions. */ ) |

Finished visiting all the instructions. | |
Invalid arguments, or the collection contained no items. | |
A newer type of ProCollection was passed. | |
Other | The value returned from the last call to the action function. |

