// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _Storage_SolveMode_HeaderFile
#define _Storage_SolveMode_HeaderFile
//! 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.
enum Storage_SolveMode {
Storage_AddSolve,
Storage_WriteSolve,
Storage_ReadSolve
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include
#endif
#endif