Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SoftC Database Library v2.1 Guide - typedef struct { http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
typedef struct {
  char fname[80];         /* file name (and path) */
  char style;             /* file type (dBase3 or dBase4) */
  char memo;              /* memo file required */
  char mdx;               /* dBase4 .MDX file required (true or false) */
  char trans;             /* dBase4 transaction in process (true or false) */
  char encrypt;           /* dBase4 data file encrypted (true or false) */
  char lockt;             /* record/file/no lock */
  unsigned long ladrs;    /* beginning address of locked area */
  unsigned long lsize;    /* length of locked region */
  SC_FLAGS flags;         /* miscellaneous flags */
} SC_DBFINFO;

See Also: scddinfo

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson