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

EntityFree

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

The EntityFree function frees the memory used to store the control structure for the entity codec.

The argument ptr points to the control structure.

Returns
None
Errors
None
Example
None