API Documentation > Piping > Object ProPextension > Function ProPextensionMemberVisit
Function ProPextensionMemberVisit
Description
The visit function for visiting the members in a pipeline extension.
Synopsis
#include <ProPiping.h>
ProPextensionMemberVisit
(
ProPextension extension
/* (In)
The extension
*/
/* (In)
The visit action function
*/
/* (In)
The filter action function. If NULL, all members in a pipeline extension are visited using the action function.
*/
/* (In)
Application data to pass to the filter and action functions.
*/
)
Returns
User Guide References
Was this helpful?