Category Manufacturing, Object ProPecktable

Function ProPecktableFree


Description
Releases the memory occupied by a peck table.
Synopsis
#include <ProPecktable.h>
ProErrorProPecktableFree(
ProPecktable peck_table
/* (In)
The handle to the peck table to be freed
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully released the memory.
PRO_TK_BAD_INPUTSThe argument is invalid.

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )