VirtualBox

Changeset 10517 in vbox


Ignore:
Timestamp:
Jul 11, 2008 11:20:39 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33200
Message:

Todo.

File:
1 edited

Legend:

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

    r10516 r10517  
    11001100
    11011101#if defined(RT_OS_WINDOWS)
    1102 # define IOCTL_CODE(DeviceType, Function, Method, Access, DataSize_ignored) \
     1102# define IOCTL_CODE(DeviceType, Function, Method, Access, DataSize_ignored) \       /* @todo Remove this later! Integrate it in VBOXGUEST_IOCTL_CODE below. */
    11031103  ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
    11041104# define VBOXGUEST_IOCTL_CODE(Function, Size)   IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2048 + (Function), METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)
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