VirtualBox

Changeset 75458 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Nov 14, 2018 6:20:05 PM (6 years ago)
Author:
vboxsync
Message:

Main: Stubbed three ISharedFolder attribute setters. bugref:9295

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r75434 r75458  
    2053820538  <interface
    2053920539    name="ISharedFolder" extends="$unknown"
    20540     uuid="e02c0f1e-15f4-440e-3814-bbf613f8448b"
     20540    uuid="cc98ec47-9555-42d6-671f-bb0093c052a7"
    2054120541    wsmap="struct"
    2054220542    reservedAttributes="4"
     
    2060420604        Whether the folder defined by the host path is currently
    2060520605        accessible or not.
     20606
    2060620607        For example, the folder can be inaccessible if it is placed
    2060720608        on the network share that is not available by the time
     
    2061020611    </attribute>
    2061120612
    20612     <attribute name="writable" type="boolean" readonly="yes">
     20613    <attribute name="writable" type="boolean">
    2061320614      <desc>
    2061420615        Whether the folder defined by the host path is writable or
     
    2061720618    </attribute>
    2061820619
    20619     <attribute name="autoMount" type="boolean" readonly="yes">
     20620    <attribute name="autoMount" type="boolean">
    2062020621      <desc>
    2062120622        Whether the folder gets automatically mounted by the guest or not.
     
    2062320624    </attribute>
    2062420625
    20625     <attribute name="autoMountPoint" type="wstring" readonly="yes">
     20626    <attribute name="autoMountPoint" type="wstring">
    2062620627      <desc>
    2062720628        Desired mount point in the guest for automatically mounting the folder
    2062820629        when <link to="ISharedFolder::autoMount"/> is set.  For Windows and
    2062920630        OS/2 guests this should be a drive letter, while other guests it should
    20630         be a absolute directory.
     20631        be a absolute directory.  It is possible to combine the two, e.g.
     20632        "T:/mnt/testrsrc" will be attached to "T:" by windows and OS/2 while
     20633        the unixy guests will mount it at "/mnt/testrsrc".
    2063120634
    2063220635        When empty the guest will choose a mount point.  The guest may do so
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette