Category
Manufacturing
, Object
ProPecktable
Function ProPecktableFree
Description
Releases the memory occupied by a peck table.
Synopsis
#include <
ProPecktable.h
>
ProError
ProPecktableFree
(
ProPecktable
peck_table
/* (In)
The handle to the peck table to be freed
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully released the memory.
PRO_TK_BAD_INPUTS
The argument is invalid.
Sample Code References:
pt_examples ( UtilMfgNew.c )