FFTwainClose
close TWAIN data source manager

Prototype

Put the following prototype in the prototypes section of the application program header file:

void ( __stdcall *pFFTwainClose )( void );

Purpose

Does the following:
  • close the TWAIN Data Source Manager
  • free TWAIN32.DLL

Description and use

Just call the function when you are finished using any device attached to the fast USB chain.

Specification

None.

Parameters
None.

Return value

None.

Application examples

See also

Notes