Category External objects, Object ProExtobj

Function ProExtobjRefAdd


Description
Adds the specified reference to the external object.
Synopsis
#include <ProExtobjRef.h>
ProErrorProExtobjRefAdd(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProWExtobjRef ext_obj_ref
/* (In)
The reference
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the reference.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not add the reference.

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 )