Changeset 43065 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 29, 2012 10:24:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r43063 r43065 8910 8910 <const name="WaitForUpdateStartOnly" value="1"> 8911 8911 <desc>Starts the regular updating process and waits until the 8912 actual Guest Additions update inside the guest was started. 8912 actual Guest Additions update inside the guest was started. 8913 8913 This can be necessary due to needed interaction with the guest 8914 8914 OS during the installation phase.</desc> … … 11096 11096 <method name="createSession"> 11097 11097 <desc> 11098 Creates a new guest session for controlling the guest. 11099 11098 Creates a new guest session for controlling the guest. 11099 11100 11100 A guest session represents one impersonated user account on the guest, so 11101 11101 every operation will use the same credentials specified when creating 11102 the session object via <link to="IGuest::createSession"/>. Anonymous 11102 the session object via <link to="IGuest::createSession"/>. Anonymous 11103 11103 sessions, that is, sessions without specifying a valid 11104 11104 user account on the guest are not allowed due to security reasons. … … 11119 11119 guest session, one can specify a per-process environment block when using 11120 11120 one of the both above mentioned process creation calls. 11121 11121 11122 11122 Closing a session via <link to="IGuestSession::close" /> will try to close 11123 11123 all the mentioned objects above unless these objects are still used by … … 11169 11169 </desc> 11170 11170 </param> 11171 </method> 11171 </method> 11172 11172 11173 11173 <method name="updateGuestAdditions"> 11174 11174 <desc> 11175 Updates already installed Guest Additions in a VM 11176 (Windows guests only). 11175 Automatically updates already installed Guest Additions in a VM. 11176 11177 At the moment only Windows guests are supported. 11178 11179 Because the VirtualBox Guest Additions drivers are not WHQL-certified 11180 yet there might be warning dialogs during the actual Guest Additions 11181 update. These need to be confirmed manually in order to continue the 11182 installation process. This applies to Windows 2000 and Windows XP guests 11183 and therefore these guests can't be updated in a fully automated fashion 11184 without user interaction. However, to start a Guest Additions update for 11185 the mentioned Windows versions anyway, the flag 11186 AdditionsUpdateFlag_WaitForUpdateStartOnly can be specified. See 11187 <link to="AdditionsUpdateFlag"/> for more information. 11188 11189 <result name="VBOX_E_NOT_SUPPORTED"> 11190 Guest OS is not supported for automated Guest Additions updates or the 11191 already installed Guest Additions are not ready yet. 11192 </result> 11177 11193 11178 11194 <result name="VBOX_E_IPRT_ERROR">
Note:
See TracChangeset
for help on using the changeset viewer.