|
DEPRECATED:
|
Since Wildfire 4.0
|

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


ProCollectioninstrRefVisit | |
( ProCollectioninstr instruction /* (In) The collection instruction object */ ProCollectionrefAction action /* (In) The action function to be called for each reference */ ProCollectionrefFilter filter /* (In) The filter function to be called for each reference. If NULL, visits all references using the action function. */ ProAppData app_data /* (In) A pointer to any data to be passed down to the filter and action functions. */ ) |

Finished visiting all the references. | |
Invalid arguments, or no references found. | |
Other | The value returned from the last call to the action function. |

