#include "ltwrappr.h"
L_INT LTwain::GetTransferOptions (pTransferOpts, uStructSize)
Gets the current transfer options for the selected Twain source.
Pointer to the TRANSFEROPTIONS structure to be updated with the current transfer options.
Size in bytes, of the structure pointed to by pTransferOpts, for versioning. Use sizeof(TRANSFEROPTIONS).
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
To set transfer options for the selected TWAIN driver, call the LTwain::SetTransferOptions function.
Required DLLs and Libraries
For an example, refer to LTwain::SetTransferOptions.