|
GetExactName Function
Description Returns an ExactName of a given name of currently running ComTL instances
Definition
Public Function GetExactName(Name As String) As String
Remarks In case of multi-instance of passed parameter(s) the first found match will be returned.
Example
Dim sFullName As String sFullName = ComTL.GetExactName("test")
|