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

EntityMake

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

The EntityMake function allocates the memory used to store the entity codec control structure.

Returns
Returns a pointer to the control structure on success. On error, a NULL pointer is returned.
Errors
On error a NULL pointer is returned.
Example
None