3.2.1.8 Connection Information Abstract Data Model
Connection: An array of connections established between a workstation and a server.
Connection.local: The device name (for example, drive E or LPT1) being redirected to the shared resource.
Connection.remote: The name of the remote share.
Connection.status: The current status of the connection.
Connection.asgtype: The type of remote resource being accessed.
Connection.refcount: The number of files, directories, and other processes that are open on the remote resource.
Connection.username: The name of the user who initiated the connection.
Connection.usecount: The number of explicit connections (with a local device name) or implicit UNC connections (without a local device name) that are established with the share.
Connection.domain: The domain name associated with the user name.
Connection.context: The context handle associated with the connection.