VirtualBox

Changeset 49150 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Oct 17, 2013 7:22:02 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90010
Message:

SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid wasting precious ticks on silly API conversions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.c

    r47535 r49150  
    172172}
    173173
     174NTSYSAPI NTSTATUS NTAPI NtDeviceIoControlFile(HANDLE FileHandle, HANDLE Event, PIO_APC_ROUTINE ApcRoutine, PVOID ApcContext,
     175                                              PIO_STATUS_BLOCK IoStatusBlock, ULONG IoControlCode, PVOID InputBuffer,
     176                                              LONG InputBufferLength, PVOID OutputBuffer, ULONG OutputBufferLength)
     177{
     178    return -1;
     179}
     180
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