'Declaration
Public Overloads Function TwainGetDefaultSourceName( _ ByVal HANDLE As Integer _ ) As String
public string TwainGetDefaultSourceName( int HANDLE )
public function TwainGetDefaultSourceName( HANDLE: Integer ): String;
public function TwainGetDefaultSourceName( HANDLE : int ) : String;
public: string* TwainGetDefaultSourceName( int HANDLE )
public: String^ TwainGetDefaultSourceName( int HANDLE )
Parameters
- HANDLE
- A Window Handle IE: Me.Handle. In most applications you can use nothing but on Citrix and WTS, this must be a top-level window or a child of a top level window. Returns the name of the default source: the source selected in the Select Source dialog.
Return Value
The default source name.