Category Piping, Object ProPmember

Function ProPmemberTerminatorGet


Description
Outputs the terminator of the specified pipeline extension member
Synopsis
#include <ProPiping.h>
ProErrorProPmemberTerminatorGet(
ProPmember member
/* (In)
The extension member
*/
ProPterminator* terminator
/* (Out)
The terminator
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS
PRO_TK_BAD_CONTEXTThe member was not of type terminator.

Manual References:

  1. Production Applications: Piping: Terminators
  2. Production Applications: Piping: Terminators