Package com.sun.jna.platform.win32
Interface LMShare
public interface LMShare
Ported from LMShare.h.
Windows SDK 7.1
- Author:
- amarcionek[at]seven10storage.com
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Contains information about the shared resource, including name of the resource, type and permissions, number of connections, and other pertinent information.static class
Contains information about the shared resource, including name of the resource, type and permissions, number of connections, and other pertinent information. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Communication device.static final int
Disk Drive.static final int
Interprocess communication (IPC).static final int
Print Queue.static final int
Special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$).static final int
A temporary share.
-
Field Details
-
STYPE_DISKTREE
static final int STYPE_DISKTREEDisk Drive.- See Also:
-
STYPE_PRINTQ
static final int STYPE_PRINTQPrint Queue.- See Also:
-
STYPE_DEVICE
static final int STYPE_DEVICECommunication device.- See Also:
-
STYPE_IPC
static final int STYPE_IPCInterprocess communication (IPC).- See Also:
-
STYPE_TEMPORARY
static final int STYPE_TEMPORARYA temporary share.- See Also:
-
STYPE_SPECIAL
static final int STYPE_SPECIALSpecial 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:
-