Package com.sun.jna.platform.win32
Schnittstelle LMShare
public interface LMShare
Ported from LMShare.h.
Windows SDK 7.1
- Autor:
- amarcionek[at]seven10storage.com
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic classContains information about the shared resource, including name of the resource, type and permissions, number of connections, and other pertinent information.static classContains information about the shared resource, including name of the resource, type and permissions, number of connections, and other pertinent information. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intCommunication device.static final intDisk Drive.static final intInterprocess communication (IPC).static final intPrint Queue.static final intSpecial share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$).static final intA temporary share.
-
Felddetails
-
STYPE_DISKTREE
static final int STYPE_DISKTREEDisk Drive.- Siehe auch:
-
STYPE_PRINTQ
static final int STYPE_PRINTQPrint Queue.- Siehe auch:
-
STYPE_DEVICE
static final int STYPE_DEVICECommunication device.- Siehe auch:
-
STYPE_IPC
static final int STYPE_IPCInterprocess communication (IPC).- Siehe auch:
-
STYPE_TEMPORARY
static final int STYPE_TEMPORARYA temporary share.- Siehe auch:
-
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.- Siehe auch:
-