Changeset 28289 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 14, 2010 10:29:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r28287 r28289 11403 11403 11404 11404 <note>This API can be used only by the COM/XPCOM C++ API as it 11405 requires pointer support. Use <link to="#takeScreenShot Slow" />11405 requires pointer support. Use <link to="#takeScreenShotToArray" /> 11406 11406 with other language bindings. 11407 11407 </note> … … 11438 11438 </result> 11439 11439 </desc> 11440 <param name="screenId" type="unsigned long" dir="in"/> 11440 <param name="screenId" type="unsigned long" dir="in"> 11441 <desc> 11442 Monitor to take screenshot from. 11443 </desc> 11444 </param> 11441 11445 <param name="width" type="unsigned long" dir="in"> 11442 11446 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.