Category External objects, Object ProExtobj

Function ProExtobjRefFree


Description
Frees the memory allocated for the external object reference.
Synopsis
#include <ProExtobjRef.h>
ProErrorProExtobjRefFree(
ProWExtobjRef* ext_obj_ref
/* (In)
The pointer to the external object reference
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe external object reference was not found.
PRO_TK_GENERAL_ERRORThe function could not free the memory.

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 )