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
>
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
PRO_TK_NO_ERROR
The function successfully freed the memory.
Sample Code References
pt_examples ( TestTool.c )
pt_examples ( TestTool.c )
pt_userguide ( UgMfgParamToolCreate.c )
pt_userguide ( UgMfgSldToolCreate.c )
User Guide References
Creating Tools:ProToolinputFree
도움이 되셨나요?
이 사이트는 JavaScript를 사용할 때 가장 잘 작동합니다.