The file storage operation type

C# | Visual Basic | Visual C++ |
public enum STORAGE_OP
Public Enumeration STORAGE_OP
public enum class STORAGE_OP

Member | Description |
---|---|
READ |
The storage is open for reading
|
WRITE |
The storage is open for writing
|
APPEND |
The storage is open for append
|