Home| base |src.lib|xml|xmldb| EntityFreeSymbol Index

EntityFreeSymbol

Syntax
void EntityFreeSymbol(struct Entitydata *ptr);
Header
base/entity.h
Library
rxmldb
Description

The EntityFreeSymbol function frees the memory used to store the symbol table in entity codec control structure.

The argument ptr points to the control structure.

Returns
None
Errors
None
Example
None