VirtualBox

Changeset 6852 in vbox for trunk/include


Ignore:
Timestamp:
Feb 7, 2008 5:45:47 PM (17 years ago)
Author:
vboxsync
Message:

FE/SDL: use feedback from the guest to decide if we need to switch off the VM hardly or not

File:
1 edited

Legend:

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

    r6312 r6852  
    16771677     */
    16781678    DECLR3CALLBACKMEMBER(int, pfnSleepButtonPress,(PPDMIACPIPORT pInterface));
     1679
     1680    /**
     1681     * Check if the last power button event was handled by the guest.
     1682     *
     1683     * @returns VBox status code
     1684     * @param   pInterface      Pointer to the interface structure containing the called function pointer.
     1685     * @param   pfHandled       Is set to true if the last power button event was handled, false otherwise.
     1686     */
     1687    DECLR3CALLBACKMEMBER(int, pfnGetPowerButtonHandled,(PPDMIACPIPORT pInterface, bool *pfHandled));
    16791688} PDMIACPIPORT;
    16801689
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