TwRC (twain_32)
Last changed: -148.177.129.213

.
Summary
TODO - a short description

C# Signature:

enum TwRC : short

    {
    Success                = 0x0000,
    Failure                = 0x0001,
    CheckStatus            = 0x0002,
    Cancel                = 0x0003,
    DSEvent                = 0x0004,
    NotDSEvent            = 0x0005,
    XferDone            = 0x0006,
    EndOfList            = 0x0007,
    InfoNotSupported    = 0x0008,
    DataNotAvailable    = 0x0009
    }

VB Signature:

    Public Enum TwRC As Short
        Success = 0
            Failure = 1
            CheckStatus = 2
            Cancel = 3
            DSEvent = 4
            NotDSEvent = 5
            XFerDone = 6
            EndOfList = 7
            InfoNotSupported = 8
            DataNotAvailable = 9
    End Enum

User-Defined Types:

None.

saf

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
TwRC on MSDN