ctdbLongToBigInt
Convert a LONG value to a big integer.
Declaration
CTDBRET ctdbLongToBigInt(LONG value, pCTBIGINT pBigInt)
Description
ctdbLongToBigInt() converts a LONG value to a big integer value. A big integer is an 8 bytes integer value. Use ctdbBigIntToLong() to convert from a big integer to a LONG.
Returns
ctdbLongToBigInt() returns CTDBRET_OK on success, or c-treeDB API error on failure.
The possible error associated with ctdbLongToBigInt() is:
See also
ctdbBigIntToLong()