ShareInfoLevel Enumeration |
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public enum ShareInfoLevel
Public Enumeration ShareInfoLevel
public enum class ShareInfoLevel
Members
| Member name | Value | Description |
---|
| None | 0 | No specific information level used. |
| Info1 | 1 | Contains information about the shared resource, including the name and type of the resource, and a comment associated with the resource. |
| Info2 | 2 | Contains information about the shared resource, including the name, type, and permissions of the resource, comments associated with the resource,
the maximum number of concurrent connections, the number of current connections, the local path for the resource, and a password for the current connection.
|
| Info503 | 503 | Contains information about the shared resource, including the server name, name of the resource, type, and permissions,
the number of connections, and other pertinent information.
|
| Info1005 | 1005 | Contains information about the shared resource. |
See Also