LTwain::FindFastConfigCallBack

Summary

Called for each configuration test performed by the LTwain::FindFastConfig function.

This function is available in the Document/Medical Toolkits.

Syntax

#include "ltwrappr.h"

virtual L_INT LTwain::FindFastConfigCallBack(pResConfig)

Parameters

pFASTCONFIG pResConfig

Pointer to a FASTCONFIG structure that contains the scan configuration that is currently being tested.

Returns

Value Meaning
SUCCESS The function was successful.
SUCCESS_ABORT Abort the testing configuration.

Comments

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.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LTwain::FindFastConfig.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS TWAIN C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.