DTwainSource::~DTwainSource

Top  Previous  Next

Syntax

virtual ~DTwainSource( );

 

Comments

The destructor does not close or destroy the DTWAIN_SOURCE.  The DTWAIN_SOURCE is only closed using the DTwainSource::Close function, or calling DTWAIN_CloseSource specifying the DTwainSource instance as the Source to close.

 

The DTwainSourceEx class can be used to automatically close a source on destruction.