'Declaration
Public Function WiaGetSourceName( _ ByVal SourceNo As Integer _ ) As String
public string WiaGetSourceName( int SourceNo )
public function WiaGetSourceName( SourceNo: Integer ): String;
public function WiaGetSourceName( SourceNo : int ) : String;
public: string* WiaGetSourceName( int SourceNo )
public: String^ WiaGetSourceName( int SourceNo )
Parameters
- SourceNo
- The number of the source. Must be value between 1 and WiaGetSourceCount() return.
Return Value
The name of the source.