儲存庫 vbox 的更動 62825
- 時間撮記:
- 2016-8-1 下午03:16:22 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/vmm/pdmwebcaminfs.h
r62824 r62825 40 40 */ 41 41 42 /** Pointer to the web camera driver upinterface. */42 /** Pointer to the web camera driver (up) interface. */ 43 43 typedef struct PDMIWEBCAMDRV *PPDMIWEBCAMDRV; 44 44 /** 45 * Web camera driver up (facing in the direction of the device) interface.46 * @todo correct name.45 * Web camera interface driver provided by the driver to the device, 46 * i.e. facing upwards. 47 47 */ 48 48 typedef struct PDMIWEBCAMDRV … … 75 75 76 76 77 /** Pointer to the web camera driver/device downinterface. */77 /** Pointer to the web camera driver/device (down) interface. */ 78 78 typedef struct PDMIWEBCAMDEV *PPDMIWEBCAMDEV; 79 79 /** 80 * Web camera device(/driver) down interface. 80 * Web camera interface provided by the device(/driver) interface, 81 * i.e. facing downwards. 81 82 */ 82 83 typedef struct PDMIWEBCAMDEV
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器