Previous Topic

Next Topic

CreateIndexFileXtd8

Extended 8-byte index file creation.

Short Name

CREIDXX8()

Type

Low level data file function

Declaration

  COUNT CreateIndexFileXtd8(COUNT keyno, pTEXT filnam,
          COUNT keylen, COUNT keytyp, COUNT keydup,
          COUNT nomemb, UCOUNT xtdsiz, COUNT filmod,
          LONG permmask, pTEXT groupid, pTEXT fileword,
          pXCREblk pxcreblk)

Description

CreateIndexFileXtd8() is a variation of CreateIndexFile() that permits the use of huge file support. This section expands on the description of CreateIndexFile() and CreateIndexFileXtd().

pxcreblk points to an XCREblk structure, the extended creation block. For more information, review Huge File Support in the c-tree Plus Programmer’s Reference Guide.

Return

CreateIndexFileXtd8() returns similar error codes to those for CreateIndexFile() and CreateIndexFileXtd(). See “c-tree Plus Error Codes” in the c-tree Plus Programmer’s Reference Guide for a complete listing of valid c-tree Plus error values.

See also

InitCTree(), CreateIndexFile(), CreateDataFile(), CreateIndexFileXtd()