Category
Drawings and detail
, Object
ProDtlvartext
Function ProDtlvartextFree
Description
Release memory allocated by
ProDtlvartextAlloc.
Synopsis
#include <
ProDtlsyminst.h
>
ProError
ProDtlvartextFree
(
ProDtlvartext
vartext
/* (In)
The pointer to variable text structure.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully release memory.
PRO_TK_BAD_INPUTS
One or more arguments were invalid.
Manual References:
Drawings: Symbol Instance Variable Text
Drawings: Symbol Instance Variable Text
Sample Code References:
pt_examples ( TestDtlsyminst.c )