Category Drawings and detail, Object ProDtlvartext

Function ProDtlvartextFree


Description
Release memory allocated by ProDtlvartextAlloc.
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlvartextFree(
ProDtlvartext vartext
/* (In)
The pointer to variable text structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully release memory.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.

Manual References:

  1. Drawings: Symbol Instance Variable Text
  2. Drawings: Symbol Instance Variable Text

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )