IO_Status Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class IO_Status
public enum IO_Status
type IO_Status =
Public Enum IO_Status
- Inheritance
-
IO_Status
Fields
Name | Value | Description |
---|---|---|
Ok | 0 | |
IllegalFileFormat | 1 | |
FileTooShort | 2 | |
NoMemory | 3 | |
FileProtected | 4 | |
InternalError | 5 | |
WriteError | 6 | |
SqlSyntax | 7 | |
ErrorOpen | 8 |