Category Piping, Object ProPterminator

Function ProPterminatorObjectGet


Description
Outputs the object contained by a pipeline terminator.
Synopsis
#include <ProPiping.h>
ProErrorProPterminatorObjectGet(
ProPterminator terminator
/* (In)
The terminator
*/
ProPobject* object
/* (Out)
The object contained by the terminator
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS

Manual References:

  1. Production Applications: Piping: Objects
  2. Production Applications: Piping: Objects