Gets the current transfer options for the selected Twain source.
#include "ltwrappr.h"
L_INT LTwain::GetTransferOptions (pTransferOpts, uStructSize)
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.
For an example, refer to LTwain::SetTransferOptions.