Documentación de la API
>
External tasks
>
Object ProArgument
> Function ProArgumentProarrayFree
Function ProArgumentProarrayFree
Description
Frees the
ProArray
of
ProArgument
returned by
ProToolkitTaskExecute
, including any allocated memory in each
ProArgument.
Synopsis
#include <
ProToolkitDll.h
>
ProError
ProArgumentProarrayFree
(
ProArgument
** array
/* (In)
The
ProArray
to free
*/
)
Returns
PRO_TK_NO_ERROR
The free succeeded.
PRO_TK_BAD_INPUTS
The
ProArray
was invalid.
PRO_TK_GENERAL_ERROR
The free failed. (Do not assume any of the data in array is still readable.)
User Guide References
ProArgument and Argument Management:ProArgumentProarrayFree
Memory Management in Task Library Functions:ProArgumentProarrayFree
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado