Called for each configuration test performed by the LTwain::FindFastConfig function.
This function is available in the Document/Medical Toolkits.
#include "ltwrappr.h"
virtual L_INT LTwain::FindFastConfigCallBack(pResConfig)
Pointer to a FASTCONFIG structure that contains the scan configuration that is currently being tested.
| Value | Meaning | 
|---|---|
| SUCCESS | The function was successful. | 
| SUCCESS_ABORT | Abort the testing configuration. | 
This callback function will be enabled only if you enabled the callback functions by calling LBase::EnableCallBack(TRUE).
If SUCCESS is returned, then the scan configuration testing process will be continued; otherwise, the process will be stopped.
For an example, refer to LTwain::FindFastConfig.