Changeset 4755 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Sep 13, 2007 8:05:08 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24438
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r4226 r4755 320 320 int rc = 0; 321 321 dprintf2(("VBoxSupDrvDeviceControlSlow(%p,%p): ioctl=%#x pBuf=%p cbIn=%#x cbOut=%#x pSession=%p\n", 322 pDev Obj, pIrp, pStack->Parameters.DeviceIoControl.IoControlCode,323 p Buf, pStack->Parameters.DeviceIoControl.InputBufferLength,322 pDevExt, pIrp, pStack->Parameters.DeviceIoControl.IoControlCode, 323 pIrp->AssociatedIrp.SystemBuffer, pStack->Parameters.DeviceIoControl.InputBufferLength, 324 324 pStack->Parameters.DeviceIoControl.OutputBufferLength, pSession)); 325 325
Note:
See TracChangeset
for help on using the changeset viewer.