Category Piping, Object ProPextension

Function ProPextensionMemberVisit


Description
The visit function for visiting the members in a pipeline extension.
Synopsis
#include <ProPiping.h>
ProErrorProPextensionMemberVisit(
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
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS
PRO_TK_E_NOT_FOUNDNo members

Manual References:

  1. Production Applications: Piping: Members
  2. Production Applications: Piping: Members