Changeset 49213 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Oct 21, 2013 2:56:48 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90101
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
r49150 r49213 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 541 541 NTSTATUS rcNt = NtDeviceIoControlFile((HANDLE)pThis->hDevice, NULL /*hEvent*/, NULL /*pfnApc*/, NULL /*pvApcCtx*/, &Ios, 542 542 (ULONG)uFunction, 543 (PVOID)idCpu/*pvInput */, 0 /* cbInput */,544 NULL/*pvOutput*/, 0 /* cbOutput */);543 NULL /*pvInput */, 0 /* cbInput */, 544 (PVOID)idCpu /*pvOutput*/, 0 /* cbOutput */); 545 545 if (NT_SUCCESS(rcNt)) 546 546 {
Note:
See TracChangeset
for help on using the changeset viewer.