CreateIFileXtd8
Extended 8-byte incremental ISAM creation.
Short Name
CREIFILX8()
Type
Extended 8-byte ISAM function
Declaration
COUNT CreateIFileXtd8(pIFIL ifilptr, cpTEXT dataextn,
cpTEXT indxextn, LONG permmask,
cpTEXT groupid, cpTEXT 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