DTWAIN_ArrayCreateCopy |
Top Previous Next |
The DTWAIN_ArrayCreateCopy creates a DTWAIN_ARRAY by creating and copying from another DTWAIN_ARRAY
DTWAIN_ARRAY DTWAIN_ArrayCreateCopy ( DTWAIN_ARRAY CopyFrom );
Parameters CopyFrom DTWAIN_ARRAY to create the copy from.
Return Values If the function succeeds, a new DTWAIN_ARRAY is returned. Otherwise, NULL is returned.
Comments The DTWAIN_ArrayCreateCopy function returns a new DTWAIN_ARRAY with the same data type and values as CopyFrom. The DTWAIN_ARRAY CopyFrom must be a valid DTWAIN_ARRAY (An array that has already been created).
The returned DTWAIN_ARRAY is valid until DTWAIN_ArrayDestroy or DTWAIN_SysDestroy is called.
TWAIN State Transitions None.
Prerequisite Function Call(s)
See Also |