Category
External objects
, Object
ProExtobj
Function ProExtobjRefFree
Description
Frees the memory allocated for the external object reference.
Synopsis
#include <
ProExtobjRef.h
>
ProError
ProExtobjRefFree
(
ProWExtobjRef
*
ext_obj_ref
/* (In)
The pointer to the external object reference
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The external object reference was not found.
PRO_TK_GENERAL_ERROR
The function could not free the memory.
Manual References:
Event-driven Programming: External Objects: Creating External Object References
Event-driven Programming: External Objects: Creating External Object References
Sample Code References:
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )