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>
ProArgumentProarrayFree
(
ProArgument** array
/* (In)
The ProArray to free
*/
)
Returns
The free succeeded.
The ProArray was invalid.
The free failed. (Do not assume any of the data in array is still readable.)
User Guide References
¿Fue esto útil?