VirtualBox

Ignore:
Timestamp:
Jun 23, 2009 1:24:42 PM (15 years ago)
Author:
vboxsync
Message:

Main: refined docs on takeScreenShotSlow()

File:
1 edited

Legend:

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

    r20828 r20831  
    1090510905    <method name="takeScreenShotSlow">
    1090610906      <desc>
    10907         Takes a screen shot of the requested size and returns it as
    10908         an array of bytes. This API is slow, but could be the only option for
    10909         scribtable languages not allowed to manipulate with addresses
     10907        Takes guest screen shot of the requested size and returns it as
     10908        an array of bytes in uncompressed 32-bit ARGB format.
     10909        This API is slow, but could be the only option to get guest screenshot
     10910        for scriptable languages not allowed to manipulate with addresses
    1091010911        directly.
    1091110912
     
    1091710918        </result>
    1091810919      </desc>
    10919       <param name="width" type="unsigned long" dir="in"/>
    10920       <param name="height" type="unsigned long" dir="in"/>
     10920      <param name="width" type="unsigned long" dir="in">
     10921        <desc>
     10922          Desired image width.
     10923        </desc>
     10924      </param>
     10925      <param name="height" type="unsigned long" dir="in">
     10926        <desc>
     10927          Desired image height.
     10928        </desc>
     10929      </param>
    1092110930      <param name="screenData" type="octet" dir="out" safearray="yes">
    1092210931        <desc>
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