Changeset 49150 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Oct 17, 2013 7:22:02 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90010
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.c
r47535 r49150 172 172 } 173 173 174 NTSYSAPI 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.