Changeset 20831 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jun 23, 2009 1:24:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r20828 r20831 10905 10905 <method name="takeScreenShotSlow"> 10906 10906 <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 10910 10911 directly. 10911 10912 … … 10917 10918 </result> 10918 10919 </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> 10921 10930 <param name="screenData" type="octet" dir="out" safearray="yes"> 10922 10931 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.