VirtualBox

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


Ignore:
Timestamp:
Aug 29, 2012 10:24:46 AM (12 years ago)
Author:
vboxsync
Message:

Documentation.

File:
1 edited

Legend:

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

    r43063 r43065  
    89108910    <const name="WaitForUpdateStartOnly"  value="1">
    89118911      <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.
    89138913        This can be necessary due to needed interaction with the guest
    89148914        OS during the installation phase.</desc>
     
    1109611096    <method name="createSession">
    1109711097      <desc>
    11098         Creates a new guest session for controlling the guest. 
    11099        
     11098        Creates a new guest session for controlling the guest.
     11099
    1110011100        A guest session represents one impersonated user account on the guest, so
    1110111101        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
    1110311103        sessions, that is, sessions without specifying a valid
    1110411104        user account on the guest are not allowed due to security reasons.
     
    1111911119        guest session, one can specify a per-process environment block when using
    1112011120        one of the both above mentioned process creation calls.
    11121        
     11121
    1112211122        Closing a session via <link to="IGuestSession::close" /> will try to close
    1112311123        all the mentioned objects above unless these objects are still used by
     
    1116911169        </desc>
    1117011170      </param>
    11171     </method> 
     11171    </method>
    1117211172
    1117311173    <method name="updateGuestAdditions">
    1117411174      <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>
    1117711193
    1117811194        <result name="VBOX_E_IPRT_ERROR">
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