Category External objects, Object ProExtobj

Function ProExtobjRefselectionGet


Description
Retrieves the references for selection.
Synopsis
#include <ProExtobjRef.h>
ProErrorProExtobjRefselectionGet(
ProExtobj* object
/* (In)
The handle to which the external object reference belongs
*/
ProWExtobjRef ext_obj_ref
/* (In)
The external object reference
*/
ProSelection* reference
/* (Out)
The references
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe external object reference was not found.
PRO_TK_GENERAL_ERRORThe 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 )