VirtualBox

Changeset 10487 in vbox


Ignore:
Timestamp:
Jul 10, 2008 9:08:17 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33162
Message:

Todo for #2993.

File:
1 edited

Legend:

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

    r10234 r10487  
    11001100
    11011101#if defined(RT_OS_WINDOWS)
     1102# if 0 /** @todo Andy, enable this locally and make it work (may require changes to WINNT/VBoxGuest and other places that
     1103        * calls it). Then remove all the #else cases in the #ifdef VBOXGUEST_IOCTL_CODE test below and commit. (see #2993) */
     1104# define VBOXGUEST_IOCTL_CODE(Function, Size)   IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2048 + (Function), METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)
     1105# define VBOXGUEST_IOCTL_STRIP_SIZE(Code)       (Code)
     1106# else
    11021107  /* legacy encoding. */
    11031108# define IOCTL_CODE(DeviceType, Function, Method, Access, DataSize_ignored) \
    11041109    ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
     1110# endif
    11051111
    11061112#elif defined(RT_OS_OS2)
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