Category External objects, Object ProExtobj

Function ProExtobjRefRemove


Description
Removes the specified reference from the external object.
Synopsis
#include <ProExtobjRef.h>
ProErrorProExtobjRefRemove(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProWExtobjRef ext_obj_ref
/* (In)
The reference to remove
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the reference.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_GENERAL_ERRORThe external object was not found, or the function could not remove the reference.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestExtobj.c )