GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
/ TwainResultCode Enumeration
TwainResultCode Enumeration
In This Topic
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum TwainResultCode
Inherits System.Enum
[ComVisible(true)]
public enum TwainResultCode : System.Enum
public enum TwainResultCode = class(System.Enum)
ComVisibleAttribute()
public enum TwainResultCode extends System.Enum
[ComVisible(true)]
__value public enum TwainResultCode : public System.Enum
[ComVisible(true)]
public enum class TwainResultCode : public System.Enum
Members
Member | Value | Description |
TWRC_CANCEL | 3 |
Abort transfer or the Cancel button was pressed.
|
TWRC_CHECKSTATUS | 2 |
Partially successful operation; request further information.
|
TWRC_DATANOTAVAILABLE | 9 |
Data for the requested information is not available.
|
TWRC_DSEVENT | 4 |
Event or Windows message beIntegers to this Source.
|
TWRC_ENDOFLIST | 7 |
No more sources found after MSG_GETNEXT.
|
TWRC_FAILURE | 1 |
Operation failed - get the Condition Code for more information.
|
TWRC_INFONOTSUPPORTED | 8 |
The type of information requested is not supported by the data source.
|
TWRC_NOTDSEVENT | 5 |
Event or Windows message does not beInteger to this source.
|
TWRC_SUCCESS | 0 |
Operation was successful.
|
TWRC_XFERDONE | 6 |
All data has been transfered.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.TwainResultCode
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace