Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

RebuildIFileXtd8

Extended 8-byte Incremental ISAM rebuild.

Short Name

RBLIFILX8()

Type

Extended 8-byte ISAM function

Declaration

COUNT RebuildIFileXtd8(pIFIL ifilptr, pTEXT dataextn,

pTEXT indxextn, LONG permmask, pTEXT groupid,

pTEXT fileword, pXCREblk pxcreblk)

Description

RebuildIFileXtd8() is a variation of RebuildIFile() that permits the use of huge file support. This section expands on the description of RebuildIFile() and RebuildIFileXtd().

pxcreblk points to an array of XCREblk structures, the extended creation block, one for each physical file in ifilptr. For more information, review Huge File Support in the c-tree Programmer’s Reference Guide.

Return

RebuildIFileXtd8() returns error codes similar to those for RebuildIFile() and RebuildIFileXtd().

See c-tree Error Codes in the c-tree Programmer’s Reference Guide for a complete listing of valid c-tree error values.

See also

TOCIndex