儲存庫 vbox 的更動 17072
- 時間撮記:
- 2009-2-24 下午02:42:05 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r17033 r17072 2172 2172 An error is returned if the supplied @a key does not exist. @c NULL is 2173 2173 returned in @a nextKey if the supplied key is the last key. When 2174 supplying @c NULL for the @a key, the first key item is returned in @a2175 nextKey (if there is any). @a nextValue is an optional parameter and2174 supplying @c NULL for the @a key, the first key item is returned in 2175 @a nextKey (if there is any). @a nextValue is an optional parameter and 2176 2176 if supplied, the next key's value is returned in it. 2177 2177 … … 2530 2530 <method name="waitForPropertyChange"> 2531 2531 <desc> 2532 Blocks the caller until any of the properties represented by the @a2533 what argument changes the value or until the given timeout interval2532 Blocks the caller until any of the properties represented by the 2533 @a what argument changes the value or until the given timeout interval 2534 2534 expires. 2535 2535 … … 4090 4090 SessionSpawning or SessionOpen, this attribute contains the 4091 4091 same value as passed to the 4092 <link to="IVirtualBox::openRemoteSession"/> method in the @a4093 type parameter. If the session was opened directly using4092 <link to="IVirtualBox::openRemoteSession"/> method in the 4093 @a type parameter. If the session was opened directly using 4094 4094 <link to="IVirtualBox::openSession"/>, or if 4095 4095 <link to="#sessionState"/> is SessionClosed, the value of this … … 4490 4490 An error is returned if the supplied @a key does not exist. @c NULL is 4491 4491 returned in @a nextKey if the supplied key is the last key. When 4492 supplying @c NULL for the @a key, the first key item is returned in @a4493 nextKey (if there is any). @a nextValue is an optional parameter and4492 supplying @c NULL for the @a key, the first key item is returned in 4493 @a nextKey (if there is any). @a nextValue is an optional parameter and 4494 4494 if supplied, the next key's value is returned in it. 4495 4495 … … 5269 5269 5270 5270 This notification is sent in case of both a succeeded and a 5271 failed request completion. When the request succeeds, the @a5272 error parameter is @c null, and the given device has been5271 failed request completion. When the request succeeds, the 5272 @a error parameter is @c null, and the given device has been 5273 5273 already added to (when @a attached is @c true) or removed from 5274 5274 (when @a attached is @c false) the collection represented by … … 8739 8739 8740 8740 Note that for properties that do not have assigned values, 8741 <tt>null</tt> is returned at the appropriate index in the @a8742 returnValues array.8741 <tt>null</tt> is returned at the appropriate index in the 8742 @a returnValues array. 8743 8743 8744 8744 </desc> … … 9877 9877 available or not. If @a pixelFormat is <link 9878 9878 to="FramebufferPixelFormat_Opaque"/> then direct access to the guest 9879 VRAM buffer is not available -- the @a VRAM, @a bitsPerPixel and @a9880 bytesPerLine parameters must be ignored and the implementation must use9879 VRAM buffer is not available -- the @a VRAM, @a bitsPerPixel and 9880 @a bytesPerLine parameters must be ignored and the implementation must use 9881 9881 the indirect mode (where it provides its own buffer in one of the 9882 supported formats). In all other cases, @a pixelFormat together with @a9883 bitsPerPixel and @a bytesPerLine define the format of the video memory9882 supported formats). In all other cases, @a pixelFormat together with 9883 @a bitsPerPixel and @a bytesPerLine define the format of the video memory 9884 9884 buffer pointed to by the @a VRAM parameter and the implementation is 9885 9885 free to choose which mode to use. To indicate that this frame buffer uses … … 9893 9893 requested display mode in both modes. In case of indirect mode, the 9894 9894 provided memory buffer should be big enough to store data of the given 9895 display mode. In case of direct mode, it is guaranteed that the given @a9896 VRAM buffer contains enough space to represent the display mode of the9895 display mode. In case of direct mode, it is guaranteed that the given 9896 @a VRAM buffer contains enough space to represent the display mode of the 9897 9897 given size. Note that this frame buffer's <link to="#width"/> and <link 9898 9898 to="#height"/> attributes must return exactly the same values as
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器