vbox的更動 45660 路徑 trunk/src/VBox/Main/idl
- 時間撮記:
- 2013-4-22 上午08:43:37 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r45622 r45660 3783 3783 </interface> 3784 3784 3785 <interface 3786 name="IPCIAddress" extends="$unknown" 3787 uuid="D88B324F-DB19-4D3B-A1A9-BF5B127199A8" 3788 wsmap="struct" 3789 > 3790 3791 <desc> 3792 Address on the PCI bus. 3793 </desc> 3794 3795 <attribute name="bus" type="short"> 3796 <desc> 3797 Bus number. 3798 </desc> 3799 </attribute> 3800 3801 <attribute name="device" type="short"> 3802 <desc> 3803 Device number. 3804 </desc> 3805 </attribute> 3806 3807 <attribute name="devFunction" type="short"> 3808 <desc> 3809 Device function number. 3810 </desc> 3811 </attribute> 3812 3813 <method name="asLong"> 3814 <desc> 3815 Convert PCI address into long. 3816 </desc> 3817 <param name="result" type="long" dir="return" /> 3818 </method> 3819 3820 <method name="fromLong"> 3821 <desc> 3822 Make PCI address from long. 3823 </desc> 3824 <param name="number" type="long" dir="in" /> 3825 </method> 3826 </interface> 3827 3828 <interface 3829 name="IPCIDeviceAttachment" extends="$unknown" 3830 uuid="91f33d6f-e621-4f70-a77e-15f0e3c714d5" 3831 wsmap="struct" 3832 > 3833 3834 <desc> 3835 Information about PCI attachments. 3836 </desc> 3837 3838 <attribute name="name" type="wstring" readonly="yes"> 3839 <desc> 3840 Device name. 3841 </desc> 3842 </attribute> 3843 3844 <attribute name="isPhysicalDevice" type="boolean" readonly="yes"> 3845 <desc> 3846 If this is physical or virtual device. 3847 </desc> 3848 </attribute> 3849 3850 <attribute name="hostAddress" type="long" readonly="yes"> 3851 <desc> 3852 Address of device on the host, applicable only to host devices. 3853 </desc> 3854 </attribute> 3855 3856 <attribute name="guestAddress" type="long" readonly="yes"> 3857 <desc> 3858 Address of device on the guest. 3859 </desc> 3860 </attribute> 3861 3862 </interface> 3863 3864 <enum 3865 name="GraphicsControllerType" 3866 uuid="79c96ca0-9f39-4900-948e-68c41cbe127a" 3867 > 3868 <desc>Graphics controller type, used with <link to="IMachine::unregister" />. 3869 </desc> 3870 <const name="Null" value="0"> 3871 <desc>Reserved value, invalid.</desc> 3872 </const> 3873 <const name="VBoxVGA" value="1"> 3874 <desc>Default VirtualBox VGA device.</desc> 3875 </const> 3876 </enum> 3877 3785 3878 <enum 3786 3879 name="CleanupMode" … … 3803 3896 </enum> 3804 3897 3805 <interface3806 name="IPCIAddress" extends="$unknown"3807 uuid="D88B324F-DB19-4D3B-A1A9-BF5B127199A8"3808 wsmap="struct"3809 >3810 3811 <desc>3812 Address on the PCI bus.3813 </desc>3814 3815 <attribute name="bus" type="short">3816 <desc>3817 Bus number.3818 </desc>3819 </attribute>3820 3821 <attribute name="device" type="short">3822 <desc>3823 Device number.3824 </desc>3825 </attribute>3826 3827 <attribute name="devFunction" type="short">3828 <desc>3829 Device function number.3830 </desc>3831 </attribute>3832 3833 <method name="asLong">3834 <desc>3835 Convert PCI address into long.3836 </desc>3837 <param name="result" type="long" dir="return" />3838 </method>3839 3840 <method name="fromLong">3841 <desc>3842 Make PCI address from long.3843 </desc>3844 <param name="number" type="long" dir="in" />3845 </method>3846 </interface>3847 3848 <interface3849 name="IPCIDeviceAttachment" extends="$unknown"3850 uuid="91f33d6f-e621-4f70-a77e-15f0e3c714d5"3851 wsmap="struct"3852 >3853 3854 <desc>3855 Information about PCI attachments.3856 </desc>3857 3858 <attribute name="name" type="wstring" readonly="yes">3859 <desc>3860 Device name.3861 </desc>3862 </attribute>3863 3864 <attribute name="isPhysicalDevice" type="boolean" readonly="yes">3865 <desc>3866 If this is physical or virtual device.3867 </desc>3868 </attribute>3869 3870 <attribute name="hostAddress" type="long" readonly="yes">3871 <desc>3872 Address of device on the host, applicable only to host devices.3873 </desc>3874 </attribute>3875 3876 <attribute name="guestAddress" type="long" readonly="yes">3877 <desc>3878 Address of device on the guest.3879 </desc>3880 </attribute>3881 3882 </interface>3883 3884 3898 <enum 3885 3899 name="CloneMode" extends="$unknown" … … 3954 3968 <interface 3955 3969 name="IMachine" extends="$unknown" 3956 uuid=" 381e3f31-2b27-45b7-818a-30609ade86b3"3970 uuid="1af27b33-9e69-44a5-b6d2-d375dd329a73" 3957 3971 wsmap="managed" 3958 3972 > … … 4178 4192 fusion for this machine (64 bits host only). 4179 4193 </desc> 4194 </attribute> 4195 4196 <attribute name="graphicsControllerType" type="GraphicsControllerType"> 4197 <desc>Graphics controller type.</desc> 4180 4198 </attribute> 4181 4199
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器