Changeset 75458 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Nov 14, 2018 6:20:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r75434 r75458 20538 20538 <interface 20539 20539 name="ISharedFolder" extends="$unknown" 20540 uuid=" e02c0f1e-15f4-440e-3814-bbf613f8448b"20540 uuid="cc98ec47-9555-42d6-671f-bb0093c052a7" 20541 20541 wsmap="struct" 20542 20542 reservedAttributes="4" … … 20604 20604 Whether the folder defined by the host path is currently 20605 20605 accessible or not. 20606 20606 20607 For example, the folder can be inaccessible if it is placed 20607 20608 on the network share that is not available by the time … … 20610 20611 </attribute> 20611 20612 20612 <attribute name="writable" type="boolean" readonly="yes">20613 <attribute name="writable" type="boolean"> 20613 20614 <desc> 20614 20615 Whether the folder defined by the host path is writable or … … 20617 20618 </attribute> 20618 20619 20619 <attribute name="autoMount" type="boolean" readonly="yes">20620 <attribute name="autoMount" type="boolean"> 20620 20621 <desc> 20621 20622 Whether the folder gets automatically mounted by the guest or not. … … 20623 20624 </attribute> 20624 20625 20625 <attribute name="autoMountPoint" type="wstring" readonly="yes">20626 <attribute name="autoMountPoint" type="wstring"> 20626 20627 <desc> 20627 20628 Desired mount point in the guest for automatically mounting the folder 20628 20629 when <link to="ISharedFolder::autoMount"/> is set. For Windows and 20629 20630 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". 20631 20634 20632 20635 When empty the guest will choose a mount point. The guest may do so
Note:
See TracChangeset
for help on using the changeset viewer.