DTWAIN_ArrayAddLong64

Top  Previous  Next

The DTWAIN_ArrayAddLong64 function adds a LONG64 (64-bit integer) value to the end of a DTWAIN_ARRAY.

 

DTWAIN_BOOL DTWAIN_ArrayAddLong64 (

DTWAIN_ARRAY

Array,

LONG64

Value );

 

Parameters

Array

DTWAIN_ARRAY that the value will be added to.

 

Value

64-bit long integer value.

 

Return Values

If the function succeeds, TRUE is returned.  If the function fails FALSE is returned.

 

Comments

The DTWAIN_ArrayAddLong64 function appends the value Value to the end of the DTWAIN_ARRAY Array.  The number of elements in the DTWAIN_ARRAY is increased by 1.  DTWAIN_ArrayAddLong64 is a specialized version of DTWAIN_ArrayAdd for LONG64 values.

 

This function will only work for DTWAIN_ARRAY's that can store LONG64 values (i.e. the DTWAIN_ARRAY was created with the DTWAIN_ARRAYLONG64 style. See DTWAIN_ArrayCreate for more information).

 

TWAIN State Transitions

None.

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize

 

See Also

Adding, Setting, and Inserting elements in a DTWAIN_ARRAY