Category External objects, Object ProExtobj

Function ProExtobjReftypeSet


Description
Sets the type for the specified external object reference.
Synopsis
#include <ProExtobjRef.h>
ProErrorProExtobjReftypeSet(
ProWExtobjRef ext_obj_ref
/* (In)
The external object reference
*/
int ext_obj_reftype
/* (In)
The type of reference
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the type.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORThe external object reference was not found, or the function could not set the type.

Manual References:

  1. Event-driven Programming: External Objects: Creating External Object References
  2. Event-driven Programming: External Objects: Creating External Object References

Sample Code References:

  1. pt_examples ( TestExtobj.c )
  2. pt_examples ( TestExtobj.c )