DTWAIN_ArrayDestroy

Top  Previous  Next

The DTWAIN_ArrayDestroy function destroys a DTWAIN_ARRAY.

 

DTWAIN_BOOL DTWAIN_ArrayDestroy ( DTWAIN_ARRAY Array );

         

Parameters

Array

DTWAIN_ARRAY that the value will be destroyed.

 

Return Values

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

 

Comments

The DTWAIN_ArrayDestroy function destroys the DTWAIN_ARRAY Array and frees any resources allocated to Array.

 

TWAIN State Transitions

None.

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize

 

See Also

DTWAIN_ARRAY Creation and Destruction