Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxFreeQueryResult (queryResultIndex : INTEGER)
                    status           : INTEGER;
 
The xpxFreeQueryResult function releases the virtual memory allocated by the xpxExecuteQuery and xpxExecuteQueryBN operations.
The EDMinterface is allocating the required virtual memory for the result from an EDMquery. It is the calling applications responsibility to release this virtual memory when it is not longer needed to avoid ?out of virtual memory? and avoid memory leakage.
This function is equivalent to the EDMinterface function edmiFreeQueryResult.

  • No labels