VirtualBox

Changeset 44566 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Feb 6, 2013 1:57:45 PM (12 years ago)
Author:
vboxsync
Message:

pdmdev.h: Doc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdev.h

    r44512 r44566  
    19961996 *
    19971997 * @returns             Number of bytes transferred.
    1998  * @param pDevIns       Device instance of the DMA.
    1999  * @param pvUser        User pointer.
    2000  * @param uChannel      Channel number.
    2001  * @param off           DMA position.
    2002  * @param cb            Block size.
     1998 * @param   pDevIns     Device instance of the DMA.
     1999 * @param   pvUser      User pointer.
     2000 * @param   uChannel    Channel number.
     2001 * @param   off         DMA position.
     2002 * @param   cb          Block size.
     2003 * @remarks The device lock is not taken, however, the DMA device lock is held.
    20032004 */
    20042005typedef DECLCALLBACK(uint32_t) FNDMATRANSFERHANDLER(PPDMDEVINS pDevIns, void *pvUser, unsigned uChannel, uint32_t off, uint32_t cb);
Note: See TracChangeset for help on using the changeset viewer.

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