home *** CD-ROM | disk | FTP | other *** search
- ;============================================================================
- ;
- ; Dbfile.def
- ;
- ; Part of dbfile, a dBASE for Windows example.
- ;
- ; See dbfile.cpp for a description of the example.
- ;
- ;============================================================================
-
- LIBRARY DBFILE
- Description 'DBFILE.DLL'
-
- EXETYPE WINDOWS
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE SINGLE
-
- EXPORTS
- WEP @1 RESIDENTNAME
- DBaseInitInstance @2
- DBaseExitInstance @3
- TFinit @4
- TFopen @5
- TFclose @6
- TFgetline @7
- TFfieldseparator @8
- TFgetfield @9
- TFeof @10
- TFerror @11
- TFlineseparator @12
- TFgeterror @13
- TFfilter @14
- TFrelease @15
- TFgetrec @16
-