Schnittstelle MountOperationResult


public interface MountOperationResult
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The user requested the mount operation
    to be aborted
    static final int
    The request was fulfilled and the
    user specified data is now available
    static final int
    The request was unhandled (i.e. not
    implemented)
  • Felddetails

    • HANDLED

      static final int HANDLED
      The request was fulfilled and the
      user specified data is now available
      Siehe auch:
    • ABORTED

      static final int ABORTED
      The user requested the mount operation
      to be aborted
      Siehe auch:
    • UNHANDLED

      static final int UNHANDLED
      The request was unhandled (i.e. not
      implemented)
      Siehe auch: