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 {
  unsigned int isreadonly:1;   /* read only - or - read/write (default) */
  unsigned int isshareable:1;  /* shared - or - single (default) */
  unsigned int isunbuffered:1; /* no buffering - or - buffer (default) */
} SC_FLAGS;

SC_FLAGS contains bit fields indicating how a file was opened.
isreadonly is set if was opened using SC_RDONLY, isshareable
indicates that the file was opened with SC_SHARED, and buffering was
disabled if isunbuffered is set (SC_FLUSH).

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