Jump to content

Keyed File System: Difference between revisions

From EDM2
Created page with "The Keyed File System is a set of subroutines that may be called from programs written in any language for OS/2 2.0 or greater that allow files to be built and accessed using ..."
 
No edit summary
Line 22: Line 22:


==Links==
==Links==
* [http://cd.textfiles.com/ems/emspro17/disk3/OS2UTIL/KFSOS212.ZIP Version 2.11]
* [http://cd.textfiles.com/ems/emspro17/disk3/OS2UTIL/KFSOS212.ZIP Version 2.12]

Revision as of 14:20, 29 June 2024

The Keyed File System is a set of subroutines that may be called from programs written in any language for OS/2 2.0 or greater that allow files to be built and accessed using alphabetic or numeric keys. These routines are distributed as a series of header files, libraries, and DLL's.

Files

  • kfsos220.dll
  • kfsos220.lib

Functions

  • KFS_Add
  • KFS_Close
  • KFS_Create
  • KFS_Delete
  • KFS_Open
  • KFS_Read
  • KFS_ReadFirst
  • KFS_ReadGen
  • KFS_ReadGenNumeric
  • KFS_ReadNext
  • KFS_Replace

License

  • Shareware

Links