Category External objects, Object ProExtobj

Function ProExtobjReftypeGet


Description
Retrieves the type of the external object reference.
Synopsis
#include <ProExtobjRef.h>
ProErrorProExtobjReftypeGet(
ProWExtobjRef ext_obj_ref
/* (In)
The reference
*/
int* ext_obj_reftype
/* (Out)
The reference type
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe external object reference was not found, or the function could not retrieve the information.

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 )
  3. pt_examples ( TestExtobj.c )
  4. pt_examples ( TestCollect.c )