儲存庫 vbox 的更動 63241
- 時間撮記:
- 2016-8-10 上午10:01:21 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/vmm/pdmifs.h
r62916 r63241 1924 1924 * @returns VBox status code. 1925 1925 * @param pInterface Pointer to this interface. 1926 * @param pcRect Number of rectangles in pRect 1927 * @param pRect Rectangle array (set to NULL to query the number of rectangles) 1928 * @thread The emulation thread. 1929 */ 1930 DECLR3CALLBACKMEMBER(int, pfnQueryVisibleRegion,(PPDMIVMMDEVCONNECTOR pInterface, uint32_t *pcRect, PRTRECT pRect)); 1926 * @param pcRects Where to return the number of rectangles in 1927 * paRects. 1928 * @param paRects Rectangle array (set to NULL to query the number 1929 * of rectangles) 1930 * @thread The emulation thread. 1931 */ 1932 DECLR3CALLBACKMEMBER(int, pfnQueryVisibleRegion,(PPDMIVMMDEVCONNECTOR pInterface, uint32_t *pcRects, PRTRECT paRects)); 1931 1933 1932 1934 /**
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器