VirtualBox

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


Ignore:
Timestamp:
Apr 25, 2012 7:19:53 AM (13 years ago)
Author:
vboxsync
Message:

Main: query the guest screen info from saved state (xTracker 5820)

File:
1 edited

Legend:

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

    r40539 r41049  
    37003700  <interface
    37013701    name="IMachine" extends="$unknown"
    3702     uuid="b0ce140d-02b6-469a-80f5-412ef8e1318e"
     3702    uuid="e7c78fee-f20d-4b4f-ac28-37af30d79ddf"
    37033703    wsmap="managed"
    37043704    >
     
    60516051    </method>
    60526052
    6053     <method name="querySavedGuestSize" const="yes">
     6053    <method name="querySavedGuestScreenInfo" const="yes">
    60546054      <desc>
    60556055        Returns the guest dimensions from the saved state.
     
    60606060        </desc>
    60616061      </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>
    60626072      <param name="width" type="unsigned long" dir="out">
    60636073        <desc>
     
    60686078        <desc>
    60696079          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.
    60706085        </desc>
    60716086      </param>
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