Changeset 41049 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Apr 25, 2012 7:19:53 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r40539 r41049 3700 3700 <interface 3701 3701 name="IMachine" extends="$unknown" 3702 uuid=" b0ce140d-02b6-469a-80f5-412ef8e1318e"3702 uuid="e7c78fee-f20d-4b4f-ac28-37af30d79ddf" 3703 3703 wsmap="managed" 3704 3704 > … … 6051 6051 </method> 6052 6052 6053 <method name="querySavedGuestS ize" const="yes">6053 <method name="querySavedGuestScreenInfo" const="yes"> 6054 6054 <desc> 6055 6055 Returns the guest dimensions from the saved state. … … 6060 6060 </desc> 6061 6061 </param> 6062 <param name="originX" type="unsigned long" dir="out"> 6063 <desc> 6064 The X position of the guest monitor top left corner. 6065 </desc> 6066 </param> 6067 <param name="originY" type="unsigned long" dir="out"> 6068 <desc> 6069 The Y position of the guest monitor top left corner. 6070 </desc> 6071 </param> 6062 6072 <param name="width" type="unsigned long" dir="out"> 6063 6073 <desc> … … 6068 6078 <desc> 6069 6079 Guest height at the time of the saved state was taken. 6080 </desc> 6081 </param> 6082 <param name="enabled" type="boolean" dir="out"> 6083 <desc> 6084 Whether the monitor is enabled in the guest. 6070 6085 </desc> 6071 6086 </param>
Note:
See TracChangeset
for help on using the changeset viewer.