Category External tasks, Object ProArgument

Function ProArgumentProarrayFree


Description
Frees the ProArray of ProArgument returned by ProToolkitTaskExecute, including any allocated memory in each ProArgument.
Synopsis
#include <ProToolkitDll.h>
ProErrorProArgumentProarrayFree(
ProArgument** array
/* (In)
The ProArray to free
*/
)
Returns
PRO_TK_NO_ERRORThe free succeeded.
PRO_TK_BAD_INPUTSThe ProArray was invalid.
PRO_TK_GENERAL_ERRORThe free failed. (Do not assume any of the data in array is still readable.)

Manual References:

  1. Task Based Application Libraries: ProArgument and Argument Management
  2. Task Based Application Libraries: Memory Management in Task Library Functions