Category
Drawings and detail
, Object
ProDtlsymdefattach
Function ProDtlsymdefattachFree
Description
Release the memory that was allocated by
ProDtlsymdefattachAlloc.
Synopsis
#include <
ProDtlsymdef.h
>
ProError
ProDtlsymdefattachFree
(
ProDtlsymdefattach
attach
/* (In)
The symbol definition attachment.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully released memory.
PRO_TK_BAD_INPUTS
Bad input argument.
Manual References:
Drawings: Symbol Definition Attachments
Sample Code References:
pt_examples ( TestSymDefMenu.c )
pt_userguide ( UgDtlsymdefExamples.c )