[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
typedef struct {
  signed char fname[80];  /* file name (and path) */
  signed char style;      /* file type (dBase3 or dBase4) */
  signed char memo;       /* memo file required */
  signed char mdx;        /* dBase4 .MDX file required (true or false) */
  signed char trans;      /* dBase4 transaction in process (true or false) */
  signed char encrypt;    /* dBase4 data file encrypted (true or false) */
  signed 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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson