Package com.sun.jna.platform.win32
Interface LMShare
- 
 public interface LMSharePorted from LMShare.h. Windows SDK 7.1- Author:
- amarcionek[at]seven10storage.com
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classLMShare.SHARE_INFO_2Contains information about the shared resource, including name of the resource, type and permissions, number of connections, and other pertinent information.static classLMShare.SHARE_INFO_502Contains information about the shared resource, including name of the resource, type and permissions, number of connections, and other pertinent information.
 - 
Field SummaryFields Modifier and Type Field Description static intSTYPE_DEVICECommunication device.static intSTYPE_DISKTREEDisk Drive.static intSTYPE_IPCInterprocess communication (IPC).static intSTYPE_PRINTQPrint Queue.static intSTYPE_SPECIALSpecial share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$).static intSTYPE_TEMPORARYA temporary share.
 
- 
- 
- 
Field Detail- 
STYPE_DISKTREEstatic final int STYPE_DISKTREE Disk Drive.- See Also:
- Constant Field Values
 
 - 
STYPE_PRINTQstatic final int STYPE_PRINTQ Print Queue.- See Also:
- Constant Field Values
 
 - 
STYPE_DEVICEstatic final int STYPE_DEVICE Communication device.- See Also:
- Constant Field Values
 
 - 
STYPE_IPCstatic final int STYPE_IPC Interprocess communication (IPC).- See Also:
- Constant Field Values
 
 - 
STYPE_TEMPORARYstatic final int STYPE_TEMPORARY A temporary share.- See Also:
- Constant Field Values
 
 - 
STYPE_SPECIALstatic final int STYPE_SPECIAL Special 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. For more information, see the network share functions.- See Also:
- Constant Field Values
 
 
- 
 
-