DTWAIN_ArrayRemoveAll

Top  Previous  Next

The DTWAIN_ArrayRemoveAll function destroys a DTWAIN_ARRAY.

 

DTWAIN_BOOL DTWAIN_ArrayRemoveAll ( DTWAIN_ARRAY Array )

 

 

Parameters

Array

DTWAIN_ARRAY that will have all elements removed from

 

Return Values

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

 

Comments

The DTWAIN_ArrayRemoveAll function removes all of the elements from the DTWAIN_ARRAY Array.

 

TWAIN State Transitions

None.

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize

 

See Also

Removing elements from a DTWAIN_ARRAY