Description | |||||
Frees the memory occupied by a ProToolinput and its dependents (the ProToolElems stored in it). | |||||
Synopsis | |||||
#include <ProToolinput.h> | |||||
ProError | ProToolinputFree | ( | |||
ProToolinputPtr* r_tool_input | |||||
/* (In) | |||||
The address of the pointer to the tool input to be freed. This design allows you to use *r_tool_input = NULL safely. | |||||
*/ | |||||
) | |||||
Returns | |||||
|