Click or drag to resize

ShareType Enumeration

The type of the shared resource.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
[FlagsAttribute]
public enum ShareType
Members
  Member nameValueDescription
DiskTree0Disk drive.
PrintQueue1Print queue.
Device2Communication device.
Ipc3Interprocess communication (IPC).
ClusterFs33554432A cluster share.
ClusterSoFs67108864A Scale-Out cluster share.
ClusterDfs134217728A DFS share in a cluster.
Special-2147483648Special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$).

Can also refer to administrative shares such as C$, D$, E$, and so forth.

Temporary1073741824A temporary share that is not persisted for creation each time the file server initializes.
All-838860797Retriev all known ShareType
Remarks
MSDN: 2.2.2.4 Share Types http://msdn.microsoft.com/en-us/library/cc247110.aspx
See Also