'Declaration
Public Overloads Function TwainOpenDefaultSource( _ ByVal HANDLE As Integer _ ) As Boolean
public bool TwainOpenDefaultSource( int HANDLE )
public function TwainOpenDefaultSource( HANDLE: Integer ): Boolean;
public function TwainOpenDefaultSource( HANDLE : int ) : boolean;
public: bool TwainOpenDefaultSource( int HANDLE )
public: bool TwainOpenDefaultSource( int HANDLE )
Parameters
- HANDLE
- A window handle, that will act as the Source's parent, means Me.Handle or this.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.