You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > TwainResultCode Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
TwainResultCode Enumeration
C#
public enum TwainResultCode {
  TWRC_SUCCESS = 0,
  TWRC_FAILURE = 1,
  TWRC_CHECKSTATUS = 2,
  TWRC_CANCEL = 3,
  TWRC_DSEVENT = 4,
  TWRC_NOTDSEVENT = 5,
  TWRC_XFERDONE = 6,
  TWRC_ENDOFLIST = 7,
  TWRC_INFONOTSUPPORTED = 8,
  TWRC_DATANOTAVAILABLE = 9
}
Visual Basic
Public Enum TwainResultCode
  TWRC_SUCCESS = 0
  TWRC_FAILURE = 1
  TWRC_CHECKSTATUS = 2
  TWRC_CANCEL = 3
  TWRC_DSEVENT = 4
  TWRC_NOTDSEVENT = 5
  TWRC_XFERDONE = 6
  TWRC_ENDOFLIST = 7
  TWRC_INFONOTSUPPORTED = 8
  TWRC_DATANOTAVAILABLE = 9
End Enum

This is record TwainResultCode.

Members
Members 
Description 
TWRC_SUCCESS 
Operation was successful. 
TWRC_FAILURE 
Operation failed - get the Condition Code for more information. 
TWRC_CHECKSTATUS 
Partially successful operation; request further information. 
TWRC_CANCEL 
Abort transfer or the Cancel button was pressed. 
TWRC_DSEVENT 
Event or Windows message beIntegers to this Source. 
TWRC_NOTDSEVENT 
Event or Windows message does not beInteger to this source. 
TWRC_XFERDONE 
All data has been transfered. 
TWRC_ENDOFLIST 
No more sources found after MSG_GETNEXT. 
TWRC_INFONOTSUPPORTED 
The type of information requested is not supported by the data source. 
TWRC_DATANOTAVAILABLE 
Data for the requested information is not available. 
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.