Documentation de l'API > Piping > Object ProPobject > Callback ProPobjectFilterAction
Callback ProPobjectFilterAction
Description
This is the generic filter action function for visiting pipeline objects
Synopsis
#include <ProPiping.h>
(*ProPobjectFilterAction)
(
ProPobject object
/* (In)
The pipeline object
*/
/* (In)
The application data passed to the visit function
*/
)
Returns
Skip the call to the action function for this item, but continue with visiting later items.
Other
Call the action function for this item with this value as the status input argument.
Est-ce que cela a été utile ?