VirtualBox

Changeset 6463 in vbox for trunk/include


Ignore:
Timestamp:
Jan 23, 2008 3:50:25 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27456
Message:

Additions (common): fixed todo (r27351)

File:
1 edited

Legend:

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

    r6458 r6463  
    10401040/** IOCTL to VBoxGuest to interrupt (cancel) any pending WAITEVENTs and return.
    10411041 * Handled inside the guest additions and not seen by the host at all.
    1042  * @todo r=bird: rename this to VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS.
    10431042 * @see VBOXGUEST_IOCTL_WAITEVENT */
    10441043#ifdef VBOXGUEST_IOCTL_CODE
    1045 # define VBOXGUEST_IOCTL_WAITEVENT_INTERRUPT_ALL    VBOXGUEST_IOCTL_CODE(5, 0)
     1044# define VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS    VBOXGUEST_IOCTL_CODE(5, 0)
    10461045#else
    1047 # define VBOXGUEST_IOCTL_WAITEVENT_INTERRUPT_ALL    IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2054, METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)
     1046# define VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS    IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2054, METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)
    10481047#endif
    10491048
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette