DTWAIN_CreateAcquisitionArray

Top  Previous  Next

The DTWAIN_CreateAcquisitionArray function creates a DTWAIN_ARRAY for use with DTWAIN_AcquireNativeEx and DTWAIN_AcquireBufferedEx functions.

 

DTWAIN_ARRAY DTWAIN_CreateAcquisitionArray( );

 

Parameters

None.

 

Return Values

If the function succeeds, A new DTWAIN_ARRAY is returned.  If the function fails, 0 is returned.

 

Comments

The DTWAIN_CreateAcquisitionArray function creates a DTWAIN_ARRAY that can be used for the DTWAIN_AcquireNativeEx and DTWAIN_AcquireBufferedEx functions.  The application should call DTWAIN_DestroyAcquisitionArray to dispose of the array when no longer needed.

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize