public interface LMShare
Modifier and Type | Interface | Description |
---|---|---|
static class |
LMShare.SHARE_INFO_2 |
Contains information about the shared resource, including name of the resource, type and permissions, number of connections, and other pertinent information.
|
static class |
LMShare.SHARE_INFO_502 |
Contains information about the shared resource, including name of the resource, type and permissions, number of connections, and other pertinent information.
|
Modifier and Type | Field | Description |
---|---|---|
static int |
STYPE_DEVICE |
Communication device.
|
static int |
STYPE_DISKTREE |
Disk Drive.
|
static int |
STYPE_IPC |
Interprocess communication (IPC).
|
static int |
STYPE_PRINTQ |
Print Queue.
|
static int |
STYPE_SPECIAL |
Special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$).
|
static int |
STYPE_TEMPORARY |
A temporary share.
|
static final int STYPE_DISKTREE
static final int STYPE_PRINTQ
static final int STYPE_DEVICE
static final int STYPE_IPC
static final int STYPE_TEMPORARY
static final int STYPE_SPECIAL