Changeset 72352 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 26, 2018 12:37:50 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122809
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r72332 r72352 17495 17495 wsmap="managed" 17496 17496 wrap-hint-server-addinterfaces="IEventListener" 17497 reservedMethods=" 4" reservedAttributes="2"17497 reservedMethods="3" reservedAttributes="2" 17498 17498 > 17499 17499 <desc> … … 17844 17844 </desc> 17845 17845 <param name="screenIds" type="long" safearray="yes" dir="in"/> 17846 </method> 17847 17848 <method name="createGuestScreenInfo"> 17849 <desc> 17850 Make a IGuestScreenInfo object with the provided parameters. 17851 </desc> 17852 <param name="display" type="unsigned long" dir="in"> 17853 <desc> 17854 The number of the guest display. 17855 </desc> 17856 </param> 17857 <param name="status" type="GuestMonitorStatus" dir="in"> 17858 <desc> 17859 @c True, if this guest screen is enabled, 17860 @c False otherwise. 17861 </desc> 17862 </param> 17863 <param name="primary" type="boolean" dir="in"> 17864 <desc> 17865 Whether this guest monitor must be primary. 17866 </desc> 17867 </param> 17868 <param name="changeOrigin" type="boolean" dir="in"> 17869 <desc> 17870 @c True, if the origin of the guest screen should be changed, 17871 @c False otherwise. 17872 </desc> 17873 </param> 17874 <param name="originX" type="long" dir="in"> 17875 <desc> 17876 The X origin of the guest screen. 17877 </desc> 17878 </param> 17879 <param name="originY" type="long" dir="in"> 17880 <desc> 17881 The Y origin of the guest screen. 17882 </desc> 17883 </param> 17884 <param name="width" type="unsigned long" dir="in"> 17885 <desc> 17886 The width of the guest screen. 17887 </desc> 17888 </param> 17889 <param name="height" type="unsigned long" dir="in"> 17890 <desc> 17891 The height of the guest screen. 17892 </desc> 17893 </param> 17894 <param name="bitsPerPixel" type="unsigned long" dir="in"> 17895 <desc> 17896 The number of bits per pixel of the guest screen. 17897 </desc> 17898 </param> 17899 <param name="guestScreenInfo" type="IGuestScreenInfo" dir="out"> 17900 <desc> 17901 The created object. 17902 </desc> 17903 </param> 17846 17904 </method> 17847 17905
Note:
See TracChangeset
for help on using the changeset viewer.