Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

CreateIFileXtd8

Extended 8-byte incremental ISAM creation.

Short Name

CREIFILX8()

Type

Extended 8-byte ISAM function

Declaration

COUNT CreateIFileXtd8(pIFIL ifilptr, pTEXT dataextn,

pTEXT indxextn, LONG permmask,

pTEXT groupid, pTEXT fileword,

pXCREblk pxcreblk)

Description

CreateIFileXtd8() is a variation of CreateIFile() that permits the use of huge file support. This section expands on the description of CreateIFile() and CreateIFileXtd().

pxcreblk points to an array of XCREblk structures, the extended creation block, one structure for each physical file specified in the IFIL structure, ifilptr. For more information, review Huge File Support.

Return

CreateIFileXtd8() returns similar error codes to those for CreateIFile() and CreateIFileXtd(). See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.

See also

InitISAM, CreateIFile, CreateIFileXtd, OpenIFile, CloseISAM

TOCIndex