Changeset 5641 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 7, 2007 8:55:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r5626 r5641 7731 7731 guest system. If disabled, the virtual guest hardware will 7732 7732 not contain a USB EHCI controller. Can only be changed when 7733 the VM is powered off. 7733 the VM is powered off. 7734 7734 </desc> 7735 7735 </attribute> … … 8835 8835 </method> 8836 8836 8837 <method name="getSessionObject"> 8838 <desc> 8839 Returns a managed object reference to the internal ISession object that was created 8840 for this web service session. On each successful logon, the web service server 8841 creates such an ISession object, which serves multiple purposes within VirtualBox. 8842 For example, it serves as an exclusive lock to disallow several processes from 8843 manipulating a VM at the same time. 8844 </desc> 8845 <param name="refIVirtualBox" type="wstring" dir="in"/> 8846 <param name="return" type="wstring" dir="return"/> 8847 </method> 8848 8837 8849 <method name="logoff"> 8838 8850 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.