VirtualBox

儲存庫 vbox 的更動 63241


忽略:
時間撮記:
2016-8-10 上午10:01:21 (8 年 以前)
作者:
vboxsync
訊息:

nits

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/VBox/vmm/pdmifs.h

    r62916 r63241  
    19241924     * @returns VBox status code.
    19251925     * @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));
    19311933
    19321934    /**
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette