VirtualBox

Changeset 32189 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 2, 2010 10:10:47 AM (14 years ago)
Author:
vboxsync
Message:

DevACPI/PDMDevHlpVMSuspendSaveAndPowerOff.

File:
1 edited

Legend:

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

    r30195 r32189  
    31023102
    31033103    /**
     3104     * Suspends, saves and powers off the VM.
     3105     *
     3106     * @returns The appropriate VBox status code to pass around.
     3107     * @param   pDevIns             The device instance.
     3108     * @thread  An emulation thread.
     3109     */
     3110    DECLR3CALLBACKMEMBER(int, pfnVMSuspendSaveAndPowerOff,(PPDMDEVINS pDevIns));
     3111
     3112    /**
    31043113     * Power off the VM.
    31053114     *
     
    44024411
    44034412/**
     4413 * @copydoc PDMDEVHLPR3::pfnVMSuspendSaveAndPowerOff
     4414 */
     4415DECLINLINE(int) PDMDevHlpVMSuspendSaveAndPowerOff(PPDMDEVINS pDevIns)
     4416{
     4417    return pDevIns->pHlpR3->pfnVMSuspendSaveAndPowerOff(pDevIns);
     4418}
     4419
     4420/**
    44044421 * @copydoc PDMDEVHLPR3::pfnVMPowerOff
    44054422 */
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