Documentación de la API
>
External objects
>
Object ProExtobj
> Function ProExtobjRefFree
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.
Sample Code References
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
User Guide References
Creating External Object References:ProExtobjRefFree
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado