Documentation de l'API > Piping > Object ProPseries > Function ProPseriesObjectVisit
Function ProPseriesObjectVisit
Description
The visit function for visiting the objects in a pipeline series.
Synopsis
#include <ProPiping.h>
ProPseriesObjectVisit
(
ProPseries series
/* (In)
The series
*/
/* (In)
The visit action function
*/
/* (In)
The filter action function. If NULL, all objects in a pipeline series are visited using the action function.
*/
/* (In)
Application data to be passed to the filter and action functions.
*/
)
Returns
User Guide References
Est-ce que cela a été utile ?