Object ProCavlayrule

Function ProCavlayruleFree


Description
Free the memory and handle of a cavity layout rule structure.
Synopsis
#include <ProCavlayrule.h>
ProErrorProCavlayruleFree(
ProCvLayoutRule cvlrule
/* (In)
Pointer to the cavity layout rule handle
*/
)
Returns
PRO_TK_NO_ERRORThe handle is successfully freed.
PRO_TK_GENERAL_ERRORCannot free the handle

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )