Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 10 of 43
This call frees a memory chunk.
sword OCIMemoryFree( dvoid *hndl, OCIError *err, dvoid *mem );
The OCI environment or user session handle.
The error handle.
Pointer to memory allocated previously using OCIMemoryAlloc()
.
Error code.
See Also:
For more information about using these functions, see Oracle9i Data Cartridge Developer's Guide |
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|