Open CASCADE Technology  7.4.0
Enumerations

Storage_OpenMode.hxx File Reference

Enumerations

enum  Storage_OpenMode { Storage_VSNone, Storage_VSRead, Storage_VSWrite, Storage_VSReadWrite }
 Specifies opening modes for a file: More...
 

Enumeration Type Documentation

◆ Storage_OpenMode

Specifies opening modes for a file:

  • Storage_VSNone : no mode is specified
  • Storage_VSRead : the file is open for reading operations
  • Storage_VSWrite : the file is open for writing operations
  • Storage_VSReadWrite : the file is open for both reading and writing operations.
Enumerator
Storage_VSNone 
Storage_VSRead 
Storage_VSWrite 
Storage_VSReadWrite