Changeset 6852 in vbox for trunk/include
- Timestamp:
- Feb 7, 2008 5:45:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r6312 r6852 1677 1677 */ 1678 1678 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)); 1679 1688 } PDMIACPIPORT; 1680 1689
Note:
See TracChangeset
for help on using the changeset viewer.