Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

ctGetNullBit

Read the state of the specified bit in the specified bit array.

Declaration

ctCONV TEXT ctGetNullBit(const UTEXT* pArray, NINT BitNumber);

Description

  • pArray [IN] - the bit array to read
  • BitNumber [IN] - zero-based bit number to read

Returns

Return YES if bit is set or NO if bit is cleared. Reads the null key value for the specified index into the supplied buffer..

See Also

ctSetNullBit

TOCIndex