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.
General
Content
Integrations