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

EntityFreeEntity

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

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

The argument ptr points to the control structure.

Returns
None
Errors
None
Example
None