Description |
| This is the generic filter action function for visiting a pipeline extension member |
Synopsis |
#include <ProPiping.h> |
ProError | (*ProPmemberFilterAction) | ( |
| ProPmember member | |
| /*
(In) |
| The pipeline extension member |
| */ |
| ProAppData data | |
| /*
(In) |
| The application data passed to the visit function |
| */ |
) |
Returns |
|
PRO_TK_CONTINUE | | 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. |
|