Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 9 of 43
This call resizes a memory chunk to a new size.
sword OCIMemoryResize( dvoid *hndl, OCIError *err, dvoid **mem, ub4 newsize, ub4 flags );
The OCI environment or user session handle.
The error handle.
Pointer to memory allocated previously using OCIMemoryAlloc()
.
Size of memory requested.
Set OCI_MEMORY_CLEARED bit to get memory that has been cleared
Memory must have been allocated before this function can be called to resize.
Error code.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|