LTwain::SelectSource
#include "ltwrappr.h"
virtual L_INT LTwain::SelectSource (pltSource)
| pLTWAINSOURCE pltSource; | /* pointer to a structure */ | 
Displays the TWAIN dialog box to be used to select a TWAIN source for acquiring images.
| Parameter | Description | 
| pltSource | Pointer to a structure that contains the name of the TWAIN source to select. | 
Returns
| SUCCESS | The function was successful. | 
| 1 < | An error occurred. Refer to Return Codes. | 
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
| Functions: | LTwain::GetSources, LTwain::InitSession, LTwain::EndSession. | 
| Topics: | |
| 
 | 
Example
For an example, refer to LTwain::Acquire.