Wheefun I/O Library  0.0.5
Useful I/O Primitives.
Public Attributes | List of all members
wfio_dos_openflags_t Union Reference

Open flags supplied to wfio_dos_open() or wfio_dos_openEx(). More...

#include <dos.h>

Public Attributes

struct {
   wfio_dos_uword_t   mode:3
 The mode to open the file with.
 
   wfio_dos_uword_t   resv0_:1
 
   wfio_dos_uword_t   share:3
 
   wfio_dos_uword_t   priv:1
 
   wfio_dos_uword_t   resv1_:5
 
   wfio_dos_uword_t   eret:1
 
   wfio_dos_uword_t   acommit:1
 
   wfio_dos_uword_t   resv2_:1
 
bits
 
wfio_dos_uword_t raw
 

Detailed Description

Open flags supplied to wfio_dos_open() or wfio_dos_openEx().


The documentation for this union was generated from the following file: