Schnittstelle LMShare


public interface LMShare
Ported from LMShare.h. Windows SDK 7.1
Autor:
amarcionek[at]seven10storage.com
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Schnittstelle
    Beschreibung
    static 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.
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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.
  • Felddetails

    • STYPE_DISKTREE

      static final int STYPE_DISKTREE
      Disk Drive.
      Siehe auch:
    • STYPE_PRINTQ

      static final int STYPE_PRINTQ
      Print Queue.
      Siehe auch:
    • STYPE_DEVICE

      static final int STYPE_DEVICE
      Communication device.
      Siehe auch:
    • STYPE_IPC

      static final int STYPE_IPC
      Interprocess communication (IPC).
      Siehe auch:
    • STYPE_TEMPORARY

      static final int STYPE_TEMPORARY
      A temporary share.
      Siehe auch:
    • 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.
      Siehe auch: