Click or drag to resize
OpenConnectionInfo Properties

The OpenConnectionInfo type exposes the following members.

Properties
  NameDescription
Public propertyConnectedSeconds
Specifies the number of seconds that the connection has been established.
Public propertyHost
The local or remote Host.
Public propertyId
Specifies a connection identification number.
Public propertyNetName
String that specifies either the share name of the server's shared resource or the computername of the client. The value of this member depends on which name was specified as the qualifier parameter to the NetConnectionEnum function.
Public propertyShareType
The type of share.
Public propertyTotalOpenFiles
Specifies the number of files currently open as a result of the connection.
Public propertyTotalUsers
Specifies the number of users on the connection.
Public propertyUserName
If the server sharing the resource is running with user-level security, the UserName member describes which user made the connection. If the server is running with share-level security, coni1_username describes which computer (computername) made the connection.
Top
See Also