Changeset 84564 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 27, 2020 2:10:26 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138294
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r84554 r84564 4401 4401 <attribute name="installGuestAdditions" type="boolean"> 4402 4402 <desc> 4403 Indicates whether the guest additions should be installed or not.4403 Indicates whether the Guest Additions should be installed or not. 4404 4404 4405 4405 Setting this to false does not affect additions shipped with the linux … … 11634 11634 <desc>Guest graphics mode. If not enabled, seamless rendering will not work, resize hints 11635 11635 are not immediately acted on and guest display resizes are probably not initiated by 11636 the guest additions.11636 the Guest Additions. 11637 11637 </desc> 11638 11638 </const> … … 12307 12307 <desc> 12308 12308 Guest process execution flags. 12309 <note>The values are passed to the guest additions, so its not possible12309 <note>The values are passed to the Guest Additions, so its not possible 12310 12310 to change (move) or reuse values.here. See EXECUTEPROCESSFLAG_XXX 12311 12311 in GuestControlSvc.h.</note> … … 12492 12492 <const name="Unknown" value="8"> 12493 12493 <desc> 12494 The path style is not known, most likely because the guest additions12494 The path style is not known, most likely because the Guest Additions 12495 12495 aren't active yet. 12496 12496 </desc> … … 13071 13071 for why we record changes to a base environment instead of working 13072 13072 directly on an environment block is that we need to be compatible 13073 with older guest additions. Another reason is that this way it is always13073 with older Guest Additions. Another reason is that this way it is always 13074 13074 possible to undo all the changes you've scheduled.) 13075 13075 </desc> … … 13123 13123 one array entry per variable. 13124 13124 <!-- @todo/TODO/FIXME: This doesn't end up in the PDF. 13125 <result name="VBOX_E_NOT_SUPPORTED">If the guest additions does not13125 <result name="VBOX_E_NOT_SUPPORTED">If the Guest Additions does not 13126 13126 support the session base environment feature. Support for this was 13127 13127 introduced with protocol version XXX.</result> 13128 <result name="VBOX_E_INVALID_OBJECT_STATE">If the guest additions has13128 <result name="VBOX_E_INVALID_OBJECT_STATE">If the Guest Additions has 13129 13129 yet to report the session base environment.</result> --> 13130 13130 13131 Access fails with VBOX_E_NOT_SUPPORTED if the guest additions does not13131 Access fails with VBOX_E_NOT_SUPPORTED if the Guest Additions does not 13132 13132 support the session base environment feature. Support for this was 13133 13133 introduced with protocol version XXXX. 13134 13134 13135 Access fails with VBOX_E_INVALID_OBJECT_STATE if the guest additions13135 Access fails with VBOX_E_INVALID_OBJECT_STATE if the Guest Additions 13136 13136 has yet to report the session base environment. 13137 13137 </desc> … … 13591 13591 (<link to="IGuestSession::environmentBase"/>). 13592 13592 13593 <result name="VBOX_E_NOT_SUPPORTED">If the guest additions does not13593 <result name="VBOX_E_NOT_SUPPORTED">If the Guest Additions does not 13594 13594 support the session base environment feature. Support for this was 13595 13595 introduced with protocol version XXXX.</result> 13596 <result name="VBOX_E_INVALID_OBJECT_STATE">If the guest additions has13596 <result name="VBOX_E_INVALID_OBJECT_STATE">If the Guest Additions has 13597 13597 yet to report the session base environment.</result> 13598 13598 </desc> … … 13615 13615 environment (<link to="IGuestSession::environmentBase"/>). 13616 13616 13617 <result name="VBOX_E_NOT_SUPPORTED">If the guest additions does not13617 <result name="VBOX_E_NOT_SUPPORTED">If the Guest Additions does not 13618 13618 support the session base environment feature. Support for this was 13619 13619 introduced with protocol version XXXX.</result> 13620 <result name="VBOX_E_INVALID_OBJECT_STATE">If the guest additions has13620 <result name="VBOX_E_INVALID_OBJECT_STATE">If the Guest Additions has 13621 13621 yet to report the session base environment.</result> 13622 13622 </desc> … … 14192 14192 guest user (<link to="IGuestSession::environmentBase"/>) when 14193 14193 creating the process. (This is done on the guest side of things in 14194 order to be compatible with older guest additions. That is one of14194 order to be compatible with older Guest Additions. That is one of 14195 14195 the motivations for not passing in the whole environment here.) 14196 14196 </desc> … … 14251 14251 guest user (<link to="IGuestSession::environmentBase"/>) when 14252 14252 creating the process. (This is done on the guest side of things in 14253 order to be compatible with older guest additions. That is one of14253 order to be compatible with older Guest Additions. That is one of 14254 14254 the motivations for not passing in the whole environment here.) 14255 14255 </desc> … … 14273 14273 Process priority to use for execution, see <link to="ProcessPriority"/> 14274 14274 for available priority levels. 14275 <note>This is silently ignored if not supported by guest additions.</note>14275 <note>This is silently ignored if not supported by Guest Additions.</note> 14276 14276 </desc> 14277 14277 </param> … … 14282 14282 <note> 14283 14283 This is silently ignored if the guest does not support setting the 14284 affinity of processes, or if the guest additions does not implemet14284 affinity of processes, or if the Guest Additions does not implemet 14285 14285 this feature. 14286 14286 </note> … … 14722 14722 transfering any file data like read and write does. 14723 14723 14724 <note> This will not always be correct with older guest additions14724 <note> This will not always be correct with older Guest Additions 14725 14725 (version 5.2.30 and earlier, as well as versions 6.0.0 thru 6.0.8) 14726 14726 after a calling <link to="IFile::readAt"/> or <link to="IFile::writeAt"/>,
Note:
See TracChangeset
for help on using the changeset viewer.