Category
Drawings and detail
, Object
ProDtlnotetext
Function ProDtlnotetextFree
Description
Free memory that is allocated by
ProDtlnotetextAlloc.
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotetextFree
(
ProDtlnotetext
text
/* (In)
The note data handle.
*/
)
Returns
PRO_TK_NO_ERROR
success;
PRO_TK_BAD_INPUTS
the argument is invalid.
Manual References:
Drawings: Detail Note Text Data
Drawings: Detail Note Text Data
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlnote.c )
pt_examples ( TestDtlsyminst.c )
pt_examples ( TestSymDefInfo.c )