nType

Type of data contained in the TW_RANGE container. Possible values are:

Value

Meaning

TWAINNUMERICTYPE_TW_INT8

The variable is of type L_CHAR or char.

TWAINNUMERICTYPE_TW_INT16

The variable is of type L_INT16 or short.

TWAINNUMERICTYPE_TW_INT32

The variable is of type L_INT32 or long.

TWAINNUMERICTYPE_TW_UINT8

The variable is of type L_UCHAR or unsigned char.

TWAINNUMERICTYPE_TW_UINT16

The variable is of type L_UINT16 or unsigned short.

TWAINNUMERICTYPE_TW_UINT32

The variable is of type L_UINT32 or unsigned long.

TWAINNUMERICTYPE_TW_BOOL

The variable is of type L_BOOL or BOOL.

TWAINNUMERICTYPE_TW_FIX32

The variable is of type TW_FIX32(TWAIN defined structure).

TWAINNUMERICTYPE_TW_FRAME

The variable is of type TW_FRAME(TWAIN defined structure).

TWAINNUMERICTYPE_TW_STR32

The variable is of type L_CHAR[32].

TWAINNUMERICTYPE_TW_STR64

The variable is of type L_CHAR[64].

TWAINNUMERICTYPE_TW_STR128

The variable is of type L_CHAR[128].

TWAINNUMERICTYPE_TW_STR255

The variable is of type L_CHAR[255].

TWAINNUMERICTYPE_TW_STR1024

The variable is of type L_CHAR[1024].

TWAINNUMERICTYPE_TW_UNI512

The variable is of type wchar_t[512].