Category Piping, Object ProPnetwork

Function ProPnetworkExtensionVisit


Description
The visit function for visiting the extensions in a pipeline network.
Synopsis
#include <ProPiping.h>
ProErrorProPnetworkExtensionVisit(
ProPnetwork network
/* (In)
The network
*/
ProPextensionVisitAction visit_action
/* (In)
The visit action function
*/
ProPextensionFilterAction filter_action
/* (In)
The filter action function. If NULL, all extensions in a pipeline network are visited using the action function.
*/
ProAppData data
/* (In)
Application data being passed to filter and action functions.
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS
PRO_TK_E_NOT_FOUNDNo extensions

Manual References:

  1. Production Applications: Piping: Extensions
  2. Production Applications: Piping: Extensions