Enum DwfResult

DwfResult enumeration

Represents operations result

public enum DwfResult

Values

NameValueDescription
Success0Success result
WaitingForData1Waiting_For_Data
CorruptFileError2Corrupt file error
EndOfFileError3End of file error
UnknownFileReadError4UnknownFileReadError
OutOfMemoryError5Out of memory error
FileAlreadyOpenError6File already open error
NoFileOpenError7No file open error
FileWriteError8File write error
FileOpenError9File open error
InternalError10Internal error
NotADWFFileError11Not a DWF file error
UserRequestedAbort12User requested abort
DWFVersionHigherThanToolkit13DWF Version Higher Than Toolkit
UnsupportedDWFOpcode14Unsupported DWF Opcode
UnsupportedDWFExtensionError15Unsupported DWF ExtensionError
EndOfDWFOpcodeFound16End of DWF OpcodeFound
FileInconsistencyWarning17File inconsistency warning
ToolkitUsageError18Toolkit usage error
DecompressionTerminated19Decompression terminated
FileCloseError20File close error
OpcodeNotValidForThisObject21OpcodeNotValidForThisObject
DWFPackageFormat22DWF Package Format
MinorVersionWarning23Minor version warning
Undefined-1Undefined result

See Also