VirtualBox

Changeset 27935 in vbox


Ignore:
Timestamp:
Apr 1, 2010 1:02:26 PM (15 years ago)
Author:
vboxsync
Message:

PDM: Document the pfnPowerOff behavior.

Location:
trunk/include/VBox
Files:
3 edited

Legend:

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

    r27126 r27935  
    170170/**
    171171 * Power Off notification.
     172 *
     173 * This is only called when the VMR3PowerOff call is made on a running VM.  This
     174 * means that there is no notification if the VM was suspended before being
     175 * powered of.  There will also be no callback when hot plugging devices.
    172176 *
    173177 * @param   pDevIns     The device instance data.
  • trunk/include/VBox/pdmdrv.h

    r27933 r27935  
    172172/**
    173173 * Power Off notification.
     174 *
     175 * This is only called when the VMR3PowerOff call is made on a running VM. This
     176 * means that there is no notification if the VM was suspended before being
     177 * powered of.  There will also be no callback when hot plugging devices or when
     178 * replumbing the driver stack.
    174179 *
    175180 * @param   pDrvIns     The driver instance data.
  • trunk/include/VBox/pdmusb.h

    r26275 r27935  
    229229    /**
    230230     * VM Power Off notification.
     231     *
     232     * This is only called when the VMR3PowerOff call is made on a running VM.  This
     233     * means that there is no notification if the VM was suspended before being
     234     * powered of.  There will also be no callback when hot plugging devices.
    231235     *
    232236     * @param   pUsbIns     The USB device instance data.
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