Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

ctSetNullBit

Set or clear the specified bit in the specified bit array.

Declaration

NINT ctDECL ctSetNullKeyValue(FILNO keyno, cpTEXT nullkey, ULONG keylen);

Description

  • pArray [IN/OUT] - the bit array to update
  • BitNumber [IN] - zero-based bit number to set or clear
  • SetBit [IN] - if non-zero, set the bit; if zero, clear the bit

Returns

none

See Also

ctGetNullBit

TOCIndex