Category Piping, Object ProPextension

Callback ProPextensionFilterAction


Description
This is the generic filter action function for visiting a pipeline extension
Synopsis
#include <ProPiping.h>
ProError(*ProPextensionFilterAction)(
ProPextension extension
/* (In)
The pipeline extension
*/
ProAppData data
/* (In)
The application data passed to the visit function
*/
)
Returns
PRO_TK_CONTINUESkip the call to the action function for this item, but continue with visiting later items.
OtherCall the action function for this item with this value as the status input argument.