Changeset 27935 in vbox
- Timestamp:
- Apr 1, 2010 1:02:26 PM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r27126 r27935 170 170 /** 171 171 * 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. 172 176 * 173 177 * @param pDevIns The device instance data. -
trunk/include/VBox/pdmdrv.h
r27933 r27935 172 172 /** 173 173 * 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. 174 179 * 175 180 * @param pDrvIns The driver instance data. -
trunk/include/VBox/pdmusb.h
r26275 r27935 229 229 /** 230 230 * 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. 231 235 * 232 236 * @param pUsbIns The USB device instance data.
Note:
See TracChangeset
for help on using the changeset viewer.