Changeset 47469 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 30, 2013 9:43:14 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87634
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47401 r47469 9587 9587 <desc> 9588 9588 A guest user currently is not using the guest OS. 9589 <note>Currently only available for Windows guests since 9589 <note>Currently only available for Windows guests since 9590 9590 Windows 2000 SP2.</note> 9591 9591 <note>On Windows guests this function currently only supports … … 9595 9595 VBoxService's command line on the guest to 9596 9596 <pre>--vminfo-user-idle-threshold <ms></pre> 9597 , or by setting the per-VM guest property 9597 , or by setting the per-VM guest property 9598 9598 <pre>/VirtualBox/GuestAdd/VBoxService/--vminfo-user-idle-threshold <ms></pre> 9599 9599 with the RDONLYGUEST flag on the host. In both cases VBoxService needs … … 9602 9602 </const> 9603 9603 <const name="InUse" value="7"> 9604 <desc>A guest user continued using the guest OS after 9604 <desc>A guest user continued using the guest OS after 9605 9605 being idle.</desc> 9606 9606 </const> … … 10135 10135 <interface 10136 10136 name="IGuestSession" extends="$unknown" 10137 uuid=" c8e8607b-5e67-4073-8f14-146515d0c1ff"10137 uuid="1afeabbd-0c0b-458c-8026-04464892ae12" 10138 10138 wsmap="managed" 10139 10139 > … … 10183 10183 </result> 10184 10184 </desc> 10185 </attribute> 10186 <attribute name="protocolVersion" type="unsigned long" readonly="yes"> 10187 <desc>Returns the protocol version which is used by this session to 10188 communicate with the guest.</desc> 10185 10189 </attribute> 10186 10190 <attribute name="status" type="GuestSessionStatus" readonly="yes">
Note:
See TracChangeset
for help on using the changeset viewer.