vbox的更動 61915 路徑 trunk/src/VBox/Main
- 時間撮記:
- 2016-6-28 上午10:08:28 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r61893 r61915 7783 7783 7784 7784 If the given snapshot is an online snapshot, the machine will go to 7785 the <link to="MachineState_Saved"> 7785 the <link to="MachineState_Saved">saved state</link>, so that the 7786 7786 next time it is powered on, the execution state will be restored 7787 7787 from the state of the snapshot. … … 9354 9354 Indicates whether VirtualBox was built with raw-mode support. 9355 9355 9356 When this reads as False, the <link to="HWVirtExPropertyType ::Enabled"/>9356 When this reads as False, the <link to="HWVirtExPropertyType_Enabled"/> 9357 9357 setting will be ignored and assumed to be True. 9358 9358 </desc> … … 11458 11458 <param name="destination" type="wstring" dir="in"> 11459 11459 <desc>The path to the target directory (in the guest). Unless the 11460 <link to="DirectoryCopyFlags ::CopyIntoExisting"/> flag is given, the11460 <link to="DirectoryCopyFlags_CopyIntoExisting"/> flag is given, the 11461 11461 directory shall not already exist. Guest path style.</desc> 11462 11462 </param> … … 11483 11483 <param name="destination" type="wstring" dir="in"> 11484 11484 <desc>Where to put the directory on the host. Unless the 11485 <link to="DirectoryCopyFlags ::CopyIntoExisting"/> flag is given, the11485 <link to="DirectoryCopyFlags_CopyIntoExisting"/> flag is given, the 11486 11486 directory shall not already exist. Host path style.</desc> 11487 11487 </param> … … 11508 11508 <param name="destination" type="wstring" dir="in"> 11509 11509 <desc>Where to put the file in the guest. Unless the 11510 <link to="DirectoryCopyFlags ::CopyIntoExisting"/> flag is given, the11510 <link to="DirectoryCopyFlags_CopyIntoExisting"/> flag is given, the 11511 11511 directory shall not already exist. Guest style path.</desc> 11512 11512 </param> … … 11687 11687 <param name="flags" type="DirectoryRemoveRecFlag" dir="in" safearray="yes"> 11688 11688 <desc>Zero or more <link to="DirectoryRemoveRecFlag"/> flags. 11689 <note>WARNING! SPECIFYING <link to="DirectoryRemoveRecFlag ::ContentAndDir"/> IS11689 <note>WARNING! SPECIFYING <link to="DirectoryRemoveRecFlag_ContentAndDir"/> IS 11690 11690 MANDATORY AT THE MOMENT!!</note> 11691 11691 </desc> … … 11777 11777 11778 11778 <note>Will overwrite the destination file unless 11779 <link to="FileCopyFlag ::NoReplace"/> is specified.</note>11779 <link to="FileCopyFlag_NoReplace"/> is specified.</note> 11780 11780 11781 11781 <result name="E_NOTIMPL"> … … 11803 11803 11804 11804 <note>Will overwrite the destination file unless 11805 <link to="FileCopyFlag ::NoReplace"/> is specified.</note>11805 <link to="FileCopyFlag_NoReplace"/> is specified.</note> 11806 11806 11807 11807 <result name="VBOX_E_IPRT_ERROR"> … … 11830 11830 11831 11831 <note>Will overwrite the destination file unless 11832 <link to="FileCopyFlag ::NoReplace"/> is specified.</note>11832 <link to="FileCopyFlag_NoReplace"/> is specified.</note> 11833 11833 11834 11834 <result name="VBOX_E_IPRT_ERROR"> … … 11994 11994 ignore for all guest OSes. It will in the future be implemented for 11995 11995 Windows, OS/2 and maybe Solaris guests only, the others will ignore it. 11996 Use <link to="FileSharingMode ::All"/>.11996 Use <link to="FileSharingMode_All"/>. 11997 11997 </desc> 11998 11998 </param> … … 12778 12778 The file current position always applies to the <link to="IFile::read"/> 12779 12779 method, which updates it upon return. Same goes for the <link to="IFile::write"/> 12780 method except when <link to="IFile::accessMode"/> is <link to="FileAccessMode ::AppendOnly"/>12781 or <link to="FileAccessMode ::AppendRead"/>, where it will always write12780 method except when <link to="IFile::accessMode"/> is <link to="FileAccessMode_AppendOnly"/> 12781 or <link to="FileAccessMode_AppendRead"/>, where it will always write 12782 12782 to the end of the file and will leave this attribute unchanged. 12783 12783 … … 12902 12902 The file current position always applies to the <link to="IFile::read"/> 12903 12903 method. Same for the <link to="IFile::write"/> method it except when 12904 the <link to="IFile::accessMode"/> is <link to="FileAccessMode ::AppendOnly"/>12905 or <link to="FileAccessMode ::AppendRead"/>.12904 the <link to="IFile::accessMode"/> is <link to="FileAccessMode_AppendOnly"/> 12905 or <link to="FileAccessMode_AppendRead"/>. 12906 12906 </desc> 12907 12907 <param name="offset" type="long long" dir="in"> … … 16886 16886 </desc> 16887 16887 </param> 16888 <param name="width" type="unsigned long" dir="in"/> 16889 <param name="height" type="unsigned long" dir="in"/> 16890 <param name="bitsPerPixel" type="unsigned long" dir="in"/> 16888 <param name="width" type="unsigned long" dir="in"> 16889 <desc> 16890 The width of the guest screen. 16891 </desc> 16892 </param> 16893 <param name="height" type="unsigned long" dir="in"> 16894 <desc> 16895 The height of the guest screen. 16896 </desc> 16897 </param> 16898 <param name="bitsPerPixel" type="unsigned long" dir="in"> 16899 <desc> 16900 The number of bits per pixel of the guest screen. 16901 </desc> 16902 </param> 16891 16903 </method> 16892 16904
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器