A list of connector names allowed.
The caller must allocate memory for the first level pointer
(i.e. oLConnectorNamesAllowed) and release the second level
pointer (i.e. *oLConnectorNamesAllowed) after usage.
Example:
Dim objThisIntf As SchAppCntrName
Dim objArg1 As SchListOfBSTRs
...
Set objArg1 = objThisIntf.AppListNames
The connector name.
The caller must allocate memory for the first level pointer
(i.e. oName) and release the second level
pointer (i.e. *oName) after usage.
Example:
Dim objThisIntf As SchAppCntrName
Dim strVar1 As String
...
objThisIntf.GetNamestrVar1