Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 14 of 43
This call will return a unique, 4-byte value each time it is called.
sword OCIContextGenerateKey( dvoid *hndl, OCIError *err, ub4 *key );
The OCI environment or user session handle.
The error handle.
Unique key value.
Length of the key. Maximum is 64 bits.
This value is going to be unique for each session.
See Also:
For more information about using these functions, see Oracle9i Data Cartridge Developer's Guide |
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|