Object
ProCavlayrule
Function ProCavlayruleFree
Description
Free the memory and handle of a cavity layout rule structure.
Synopsis
#include <
ProCavlayrule.h
>
ProError
ProCavlayruleFree
(
ProCvLayoutRule
cvlrule
/* (In)
Pointer to the cavity layout rule handle
*/
)
Returns
PRO_TK_NO_ERROR
The handle is successfully freed.
PRO_TK_GENERAL_ERROR
Cannot free the handle
Sample Code References:
pt_examples ( TestCavityLayout.c )