Category
Piping
, Object
ProPobject
Function ProPobjectTypeGet
Description
Outputs the type of the specified pipeline object.
Synopsis
#include <
ProPiping.h
>
ProError
ProPobjectTypeGet
(
ProPobject
object
/* (In)
The pipeline object.
*/
ProPobjectType
*
type
/* (Out)
The object type.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTS
Manual References:
Production Applications: Piping: Objects
Production Applications: Piping: Objects