LTwain::GetTransferOptions
#include "ltwrappr.h"
L_INT LTwain::GetTransferOptions (pTransferOpts, uStructSize)
pTRANSFEROPTIONS pTransferOpts; |
/* pointer to a structure */ |
L_UINT uStructSize; |
/* size of the TRANSFEROPTIONS structure */ |
Gets the current transfer options for the selected Twain source.
Parameter |
Description |
pTransferOpts |
Pointer to the TRANSFEROPTIONS structure to be updated with the current transfer options. |
uStructSize |
Size in bytes, of the structure pointed to by pTransferOpts, for versioning. Use sizeof(TRANSFEROPTIONS). |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
To set transfer options for the selected Twain driver, call the LTwain::SetTransferOptions function.
Required DLLs and Libraries
LTTWN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Example
For an example, refer to LTwain::SetTransferOptions.