Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

ctThrdBlockCls

Close a block.

Short Name

ctThrdBlockCls()

Type

Threading function

Declaration

NINT ctThrdBlockCls(pctBLOCK block)

Description

Close the block referenced by block, making it inactive.

Return

ctThrdBlockCls() returns NO_ERROR (0). See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.

Limitations

Can only be used with a ctThrd library.

See also

ctThrdBlockGet, ctThrdBlockRel, ctThrdBlockWait

TOCIndex