Previous Topic

Next Topic

CreateDataFileXtd8

Extended 8-byte data file creation.

Short Name

CREDATX8()

Type

Low level 8-byte data file function

Declaration

  COUNT CreateDataFileXtd8(COUNT datno, pTEXT filnam, UCOUNT datlen,
           UCOUNT xtdsiz, COUNT filmod, LONG permmask, pTEXT groupid,
           pTEXT fileword, pXCREblk pxcreblk)

Description

CreateDataFileXtd8() is a variation of CreateDataFile() that permits the use of huge file support. This section expands on the description of CreateDataFile() and CreateDataFileXtd().

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

Return

CreateDataFileXtd8() returns similar error codes to those for CreateDataFile() and CreateDataFileXtd(). 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(), CreateDataFileXtd()