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    = 0x0009dfdsg
    }

VB Signature:

Declare Function TwRC Lib "twain_32.dll" (TODO) As TsdfODO

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