Private Sub GetConnectionsCount(MyDomain$, MyProject$)
'The following Visual Basic example counts the connections
' to all projects in the MyDomain domain.
Dim sDomainName As String
Dim sProjectName As String
Dim sReply As String
Dim ReturnVal As String