Skip navigation links
JNA API 5.3.1
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 Classes 
      Modifier and Type Interface and 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.
    • Field Summary

      Fields 
      Modifier and Type Field and 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.
    • Field Detail

      • STYPE_IPC

        static final int STYPE_IPC
        Interprocess communication (IPC).
        See Also:
        Constant Field Values
      • STYPE_SPECIAL

        static 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
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.