Searched defs:IOCTL_CODE (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/
H A DVBoxGuest.h157 /** @todo Remove IOCTL_CODE later! Integrate it in VBOXGUEST_IOCTL_CODE below. */
158 /** @todo r=bird: IOCTL_CODE is supposedly defined in some header included by Windows.h or ntddk.h, which is why it wasn't in the #if 0 earlier. See HostDrivers/Support/SUPDrvIOC.h... */
159 # define IOCTL_CODE(DeviceType, Function, Method, Access, DataSize_ignored) \ macro
161 # define VBOXGUEST_IOCTL_CODE_(Function, Size) IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2048 + (Function), METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)

Completed in 33 milliseconds