Changeset 20814 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jun 23, 2009 10:40:53 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48951
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r20630 r20814 10889 10889 </method> 10890 10890 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 10891 10914 <method name="drawToScreen"> 10892 10915 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.