typedef enum
{
TWAIN_VERSION1 = 0x001,
TWAIN_VERSION2 = 0x002,
} TWAIN_VERSION;
Specifies which TWAIN version to use.
Value | Meaning |
---|---|
TWAIN_VERSION1 | [0x001] Use TWAIN v1.0. |
TWAIN_VERSION2 | [0x002] Use TWAIN v2.0. |
TWAIN_VERSION is used with L_TwainGetVersion, L_TwainSetVersion, and LTWAINSOURCEINFO.