VirtualBox

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


Ignore:
Timestamp:
Jun 23, 2009 10:40:53 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48951
Message:

Main: prototyped screenshot usable for scripting languages

File:
1 edited

Legend:

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

    r20630 r20814  
    1088910889    </method>
    1089010890
     10891    <method name="takeScreenShotSlow">
     10892      <desc>
     10893        Takes a screen shot of the requested size and returns it as
     10894        an array of bytes. This API is slow, but could be the only option for
     10895        scribtable languages not allowed to manipulate with addresses
     10896        directly.
     10897
     10898        <result name="E_NOTIMPL">
     10899          Feature not implemented.
     10900        </result>
     10901        <result name="VBOX_E_IPRT_ERROR">
     10902          Could not take a screenshot.
     10903        </result>
     10904      </desc>
     10905      <param name="width" type="unsigned long" dir="in"/>
     10906      <param name="height" type="unsigned long" dir="in"/>
     10907      <param name="screenData" type="octet" dir="out" safearray="yes">
     10908        <desc>
     10909          Array with resulting screen data.
     10910        </desc>
     10911      </param>
     10912    </method>
     10913
    1089110914    <method name="drawToScreen">
    1089210915      <desc>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette