VirtualBox

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


Ignore:
Timestamp:
Aug 15, 2012 10:14:40 AM (12 years ago)
Author:
vboxsync
Message:

Guest Control 2.0: Documentation.

File:
1 edited

Legend:

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

    r42818 r42819  
    94279427    wsmap="managed"
    94289428    >
     9429    <desc>
     9430      A guest session represents one impersonated user account on the guest, so
     9431      every operation will use the same credentials specified when creating
     9432      the session object via <link to="IGuest::createSession"/>.
     9433
     9434      There can be a maximum of 255 sessions at once per VM. Each session keeps
     9435      track of its started guest processes, opened guest files or guest directories.
     9436      To work on guest files or directories a guest session offers methods to open
     9437      or create such objects (see <link to="IGuestSession::fileOpen"/> or
     9438      <link to="IGuestSession::directoryOpen"/> for example).
     9439
     9440      When done with either of these objects, including the guest session itself,
     9441      use the appropriate close() method to let the object do its cleanup work.
     9442
     9443      Every guest session has its own environment variable block which gets
     9444      automatically applied when starting a new guest process via
     9445      <link to="IGuestSession::processCreate"/> or <link to="IGuestSession::processCreateEx"/>.
     9446      To override (or unset) certain environment variables already set by the
     9447      guest session, one can specify a per-process environment block when using
     9448      one of the both above mentioned process creation calls.
     9449    </desc>
    94299450
    94309451    <attribute name="user" type="wstring" readonly="yes">
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