| Description |
| The visit function for visiting the members in a pipeline extension. |
| Synopsis |
| #include <ProPiping.h> |
| ProError | ProPextensionMemberVisit | ( |
| ProPextension extension | |
| /*
(In) |
| The extension |
| */ |
| ProPmemberVisitAction visit_action | |
| /*
(In) |
| The visit action function |
| */ |
| ProPmemberFilterAction filter_action | |
| /*
(In) |
| The filter action function. If NULL, all members in a pipeline extension are visited using the action function. |
| */ |
| ProAppData data | |
| /*
(In) |
| Application data to pass to the filter and action functions. |
| */ |
| ) |
| Returns |
|
|