Description This function retrieves the type of the capbility.
Usage ret = [form.]TWAIN. GetTypeOfCapability CapId
Returns ret Long Name of capability on success otherwise empty string.
Remarks CapId Long Capability ID.
Programing Notes Available types:
TWTY_INT8 (= 0x0000)
TWTY_INT16 (= 0x0001)
TWTY_INT32 (= 0x0002)
TWTY_UINT8 (= 0x0003)
TWTY_UINT16 (= 0x0004)
TWTY_UINT32 (= 0x0005)
TWTY_BOOL (= 0x0006)
TWTY_FIX32 (= 0x0007)
TWTY_FRAME (= 0x0008)
TWTY_STR32 (= 0x0009)
TWTY_STR64 (= 0x000a)
TWTY_STR128 (= 0x000b)
TWTY_STR255 (= 0x000c)
TWTY_STR1024 (= 0x000d)
TWTY_UNI512 (= 0x000e)
See Also GetIDOfCapability Method, GetNameOfCapability Method