API 설명서 > Manufacturing > Object ProToolinput > Function ProToolinputFree
Function ProToolinputFree
Description
Frees the memory occupied by a ProToolinput and its dependents (the ProToolElems stored in it).
Synopsis
#include <ProToolinput.h>
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
The function successfully freed the memory.
Sample Code References
User Guide References
도움이 되셨나요?